MCPcopy Index your code
hub / github.com/coder/guts / Foo

Interface Foo

testdata/genericmap/genericmap.ts:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12// From codersdk/genericmap.go
13export interface Foo {
14 readonly bar: string;
15}
16
17// From codersdk/genericmap.go
18export interface FooBuzz<R extends Custom> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected