Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tvm
/ close
Method
close
web/src/artifact_cache.ts:118–118 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
116
interface
CrossOriginStorageWritable {
117
write(data: Blob): Promise<void>;
118
close(): Promise<void>;
119
}
120
121
interface
CrossOriginStorageAPI {
Callers
1
put
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected