MCPcopy Create free account
hub / github.com/apache/tvm / deleteInCache

Method deleteInCache

web/src/artifact_cache.ts:668–670  ·  view source on GitHub ↗
(url: string)

Source from the content-addressed store, hash-verified

666 }
667
668 async deleteInCache(url: string): Promise<void> {
669 await this.store.remove(url);
670 }
671
672 private async responseToStoreType(
673 response: Response,

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected