MCPcopy Create free account
hub / github.com/effect-app/libs / send

Function send

repos/effect/packages/sql/sqlite-wasm/src/SqliteClient.ts:368–372  ·  view source on GitHub ↗
(id: number, message: OpfsWorkerMessage, transferables?: ReadonlyArray<any>)

Source from the content-addressed store, hash-verified

366 worker.removeEventListener("error", onError)
367 })
368 )
369
370 yield* Deferred.await(readyDeferred)
371
372 if (options.installReactivityHooks) {
373 postMessage(["update_hook"])
374 }
375

Callers 3

runFunction · 0.70
makeFunction · 0.70
importFunction · 0.70

Calls 2

postMessageFunction · 0.70
setMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…