MCPcopy Create free account
hub / github.com/T-Lab-CUHKSZ/claude-code / getBundlePolyfillPath

Function getBundlePolyfillPath

config-ui/server.ts:49–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47}
48
49function getBundlePolyfillPath() {
50 return join(CWD, 'node_modules', 'bundle', 'index.js')
51}
52
53function getClaudeMdPath() {
54 if (existsSync(join(CWD, '.claude', 'CLAUDE.md'))) return join(CWD, '.claude', 'CLAUDE.md')

Callers 3

parseFeatureFlagsFunction · 0.85
writeFeatureFlagsFunction · 0.85
handleAPIFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected