MCPcopy 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

116interface CrossOriginStorageWritable {
117 write(data: Blob): Promise<void>;
118 close(): Promise<void>;
119}
120
121interface CrossOriginStorageAPI {

Callers 1

putMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected