Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/JedWatson/classnames
/ IFoo
Interface
IFoo
tests/bind.test-d.ts:10–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
const
foo: Foo = { bar: true };
9
10
interface
IFoo {
11
bar: boolean;
12
}
13
14
const
ifoo: IFoo = { bar: true };
15
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…