MCPcopy Create free account
hub / github.com/SplootCode/splootcode / sendMessage

Function sendMessage

packages/runtime-python/src/webworker.ts:26–28  ·  view source on GitHub ↗
(message: WorkerMessage)

Source from the content-addressed store, hash-verified

24let staticURLs: StaticURLs = null
25
26const sendMessage = (message: WorkerMessage) => {
27 postMessage(message)
28}
29
30const stdout = {
31 write: (s) => {

Callers 6

webworker.tsFile · 0.70
syncFetchFunction · 0.70
runFunction · 0.70
generateTextContentFunction · 0.70
loadModuleFunction · 0.70
initializeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected