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

Function onLine

runtime/worker/worker.js:7–7  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

5import * as engine from './engine.js';
6
7const onLine = (text) => self.postMessage({ type: 'line', text });
8
9/* Deferred host calls: post `{type:'host-call', reqId, module, name, args}` to main and await `{type:'host-call-response'}`. */
10let nextHostReqId = 0;

Callers 1

makeCompilerEnvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected