Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
export
interface
Foo {
14
readonly bar: string;
15
}
16
17
// From codersdk/genericmap.go
18
export
interface
FooBuzz<R extends Custom> {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected