Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tvm
/ deleteInCache
Method
deleteInCache
web/src/artifact_cache.ts:752–754 ·
view source on GitHub ↗
(url: string)
Source
from the content-addressed store, hash-verified
750
}
751
752
async
deleteInCache(url: string): Promise<void> {
753
await
this.storage.delete(url);
754
}
755
756
private
async
responseToStoreType(
757
response: Response,
Callers
nothing calls this directly
Calls
1
delete
Method · 0.45
Tested by
no test coverage detected