MCPcopy Create free account
hub / github.com/freecodexyz/free-code / getIsBubblewrapSandbox

Function getIsBubblewrapSandbox

src/utils/envDynamic.ts:18–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16})
17
18function getIsBubblewrapSandbox(): boolean {
19 return (
20 process.platform === 'linux' &&
21 isEnvTruthy(process.env.CLAUDE_CODE_BUBBLEWRAP)
22 )
23}
24
25// Cache for the runtime musl detection fallback (node/unbundled only).
26// In native linux builds, feature flags resolve this at compile time, so the

Callers

nothing calls this directly

Calls 1

isEnvTruthyFunction · 0.85

Tested by

no test coverage detected