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