MCPcopy
hub / github.com/codeaashu/claude-code / initialize

Method initialize

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

Source from the content-addressed store, hash-verified

879
880export interface ISandboxManager {
881 initialize(sandboxAskCallback?: SandboxAskCallback): Promise<void>
882 isSupportedPlatform(): boolean
883 isPlatformInEnabledList(): boolean
884 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