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

Function sendMessage

packages/runtime-python/src/autocomplete_webworker.ts:17–19  ·  view source on GitHub ↗
(message: AutocompleteWorkerMessage)

Source from the content-addressed store, hash-verified

15let staticURLs: StaticURLs = null
16
17const sendMessage = (message: AutocompleteWorkerMessage) => {
18 postMessage(message)
19}
20
21export const initialize = async (urls: StaticURLs, typeshedPath: string) => {
22 await tryModuleLoadPyodide()

Callers 2

initializeFunction · 0.70
getExpressionTypeInfoFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected