Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/claude-code
/ feature
Function
feature
src/shims/bun-bundle.ts:39–41 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
37
}
38
39
export
function
feature(name: string): boolean {
40
return
FEATURE_FLAGS[name] ?? false
41
}
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
no outgoing calls
Tested by
no test coverage detected