MCPcopy Create free account
hub / github.com/dylan-sutton-chavez/edge-python / writeSrc

Function writeSrc

runtime/worker/engine.js:156–156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

154 }
155
156 const writeSrc = () => new Uint8Array(exports.memory.buffer).set(srcBytes, exports.src_ptr());
157 writeSrc();
158
159 await bfsPrefetch(src, exports, lockfile, {

Callers 1

runFunction · 0.85

Calls 1

setMethod · 0.80

Tested by

no test coverage detected