MCPcopy Create free account
hub / github.com/anus-dev/ANUS / ports

Function ports

packages/cli/src/utils/sandbox.ts:111–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109}
110
111function ports(): string[] {
112 return (process.env['SANDBOX_PORTS'] ?? '')
113 .split(',')
114 .filter((p) => p.trim())
115 .map((p) => p.trim());
116}
117
118function entrypoint(workdir: string): string[] {
119 const isWindows = os.platform() === 'win32';

Callers 2

entrypointFunction · 0.85
start_sandboxFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected