MCPcopy 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
116interface CrossOriginStorageWritable {
117 write(data: Blob): Promise<void>;
118 close(): Promise<void>;
119}
120

Callers 2

putMethod · 0.65
addToCacheMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected