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

Method onOutput

runtime/src/element.js:43–43  ·  view source on GitHub ↗
(handler)

Source from the content-addressed store, hash-verified

41
42 // Register a streaming stdout handler; fires per raw print() chunk (body + its `end`), no newline added.
43 onOutput(handler) { this.worker.onOutput(handler); }
44}
45
46export function defineElement( tag = 'edge-python' ) {

Callers 3

runCapabilityFunction · 0.80
getWorkerFunction · 0.80
runPackageFunction · 0.80

Calls

no outgoing calls

Tested by 2

runCapabilityFunction · 0.64
runPackageFunction · 0.64