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

Method delete

web/src/artifact_cache.ts:202–205  ·  view source on GitHub ↗
(_request: RequestLike)

Source from the content-addressed store, hash-verified

200 }
201
202 async delete(_request: RequestLike): Promise<void> {
203 // Cross-origin storage extension currently has no delete API.
204 return;
205 }
206
207 private getApi(): CrossOriginStorageAPI | undefined {
208 if (!CrossOriginStorage.isAvailable()) {

Callers 4

deleteInCacheMethod · 0.45
deleteInCacheMethod · 0.45
deleteInCacheMethod · 0.45
getMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected