MCPcopy Index your code
hub / github.com/codeaashu/claude-code / shouldShowDevBar

Function shouldShowDevBar

src/components/DevBar.tsx:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6
7// Show DevBar for dev builds or all ants
8function shouldShowDevBar(): boolean {
9 return "production" === 'development' || "external" === 'ant';
10}
11export function DevBar() {
12 const $ = _c(5);
13 const [slowOps, setSlowOps] = useState(getSlowOperations);

Callers 1

DevBarFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected