Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tanbiralam/claude-code
/ feature
Function
feature
plugins/bunBundleDev.ts:25–27 ·
view source on GitHub ↗
(flag: string)
Source
from the content-addressed store, hash-verified
23
build.module(
'bun:bundle'
, () => ({
24
exports: {
25
feature(flag: string): boolean {
26
return
enabledFlags.has(flag)
27
},
28
},
29
loader:
'object'
,
30
}))
Callers
15
commands.ts
File · 0.85
getMcpSkillCommands
Function · 0.85
tasks.ts
File · 0.85
tools.ts
File · 0.85
getTools
Function · 0.85
context.ts
File · 0.85
showSetupScreens
Function · 0.85
QueryEngine.ts
File · 0.85
ask
Function · 0.85
query.ts
File · 0.85
queryLoop
Function · 0.85
main.tsx
File · 0.85
Calls
1
has
Method · 0.45
Tested by
no test coverage detected