MCPcopy
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
39export function feature(name: string): boolean {
40 return FEATURE_FLAGS[name] ?? false
41}

Callers 15

commands.tsFile · 0.85
getMcpSkillCommandsFunction · 0.85
tasks.tsFile · 0.85
tools.tsFile · 0.85
getToolsFunction · 0.85
context.tsFile · 0.85
showSetupScreensFunction · 0.85
QueryEngine.tsFile · 0.85
askFunction · 0.85
query.tsFile · 0.85
queryLoopFunction · 0.85
main.tsxFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected