MCPcopy Index your code
hub / github.com/codeaashu/claude-code / isInBundledMode

Function isInBundledMode

src/utils/bundledMode.ts:16–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14 * This checks for embedded files which are present in compiled binaries.
15 */
16export function isInBundledMode(): boolean {
17 return (
18 typeof Bun !== 'undefined' &&
19 Array.isArray(Bun.embeddedFiles) &&
20 Bun.embeddedFiles.length > 0
21 )
22}
23

Callers 13

runFunction · 0.85
getImageProcessorFunction · 0.85
getTeammateCommandFunction · 0.85
ripgrep.tsFile · 0.85
getInstallationPathFunction · 0.85
getInvokedBinaryFunction · 0.85
setupComputerUseMCPFunction · 0.85
getTeammateCommandFunction · 0.85
setupClaudeInChromeFunction · 0.85
spawnScriptArgsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected