Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nhost/nhost
/ TypeMap
Struct
TypeMap
tools/codegen/processor/types.go:170–173 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
168
}
169
170
type
TypeMap
struct
{
171
schema *base.SchemaProxy
172
p Plugin
173
}
174
175
func
(t *TypeMap) Name() string {
176
return
t.p.TypeMapName(t)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected