MCPcopy
hub / github.com/apache/tvm / hasAllKeys

Method hasAllKeys

web/src/artifact_cache.ts:80–80  ·  view source on GitHub ↗

* check if cache has all keys in Cache * * Note: This is an async function.

(keys: string[])

Source from the content-addressed store, hash-verified

78 * Note: This is an async function.
79 */
80 hasAllKeys(keys: string[]): Promise<boolean>;
81
82 /**
83 * Delete url in cache if url exists

Callers 2

hasTensorInCacheFunction · 0.65

Implementers 4

ArtifactCacheweb/src/artifact_cache.ts
ArtifactIndexedDBCacheweb/src/artifact_cache.ts
ArtifactOPFSCacheweb/src/artifact_cache.ts
ArtifactCrossOriginStorageCacheweb/src/artifact_cache.ts

Calls

no outgoing calls

Tested by

no test coverage detected