Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
let
staticURLs: StaticURLs = null
25
26
const
sendMessage = (message: WorkerMessage) => {
27
postMessage(message)
28
}
29
30
const
stdout = {
31
write: (s) => {
Callers
6
webworker.ts
File · 0.70
syncFetch
Function · 0.70
run
Function · 0.70
generateTextContent
Function · 0.70
loadModule
Function · 0.70
initialize
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected