MCPcopy Create free account
hub / github.com/CommE2E/comm / getScriptContext

Function getScriptContext

keyserver/src/scripts/script-context.js:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11let scriptContext: ?ScriptContext = null;
12
13function getScriptContext(): ?ScriptContext {
14 return scriptContext;
15}
16
17function setScriptContext(newScriptContext: ?ScriptContext) {
18 scriptContext = newScriptContext;

Callers 3

loadPoolFunction · 0.90
dbQueryFunction · 0.90
sendMessageMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected