MCPcopy Create free account
hub / github.com/coder/guts / Buzz

Interface Buzz

testdata/genericmap/genericmap.ts:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3// From codersdk/genericmap.go
4export interface Buzz {
5 readonly foo: Foo;
6 readonly bazz: string;
7}
8
9// From codersdk/genericmap.go
10export type Custom = Foo | Buzz;

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…