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

Function newReferencedTypes

references.go:23–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21}
22
23func newReferencedTypes() *referencedTypes {
24 return &referencedTypes{
25 ReferencedTypes: make(map[string]map[string]*referencedState),
26 }
27}
28
29// Remaining will call the next function for each type that has not been generated
30// but should be.

Callers 1

NewGolangParserFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…