MCPcopy Create free account
hub / github.com/IIIIQIIII/claude-code / feature

Function feature

src/_stubs/bun-bundle.ts:4–6  ·  view source on GitHub ↗
(_name: string)

Source from the content-addressed store, hash-verified

2// All features return false - matches external/public build behavior
3// This avoids loading codepaths that depend on missing internal directories
4export function feature(_name: string): boolean {
5 return false
6}

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