Skip to content
On this page

iterateCacheRefs

ts
export function iterateCacheRefs(cache: CachedMetadata, cb: (ref: ReferenceCache) => boolean | void): boolean;

迭代链接以及 embeds。当回调函数返回 true 时终止迭代。

Parameters

ParameterDescription
cache
cb