MCPcopy 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.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 1

hasMethod · 0.45

Tested by

no test coverage detected