MCPcopy Create free account
hub / github.com/Noumena-Network/code / initialize

Method initialize

src/utils/sandbox/sandbox-adapter.ts:896–896  ·  view source on GitHub ↗
(sandboxAskCallback?: SandboxAskCallback)

Source from the content-addressed store, hash-verified

894
895export interface ISandboxManager {
896 initialize(sandboxAskCallback?: SandboxAskCallback): Promise<void>
897 isSupportedPlatform(): boolean
898 isPlatformInEnabledList(): boolean
899 getSandboxUnavailableReason(): string | undefined

Callers 8

startDeferredPrefetchesFunction · 0.65
initializeFunction · 0.65
connectFunction · 0.65
REPLFunction · 0.65
runHeadlessFunction · 0.65
constructorMethod · 0.65
startFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected