MCPcopy Create free account
hub / github.com/nhost/nhost / GetTemplates

Method GetTemplates

tools/codegen/processor/types.go:24–24  ·  view source on GitHub ↗

nolint:interfacebloat

()

Source from the content-addressed store, hash-verified

22
23type Plugin interface { //nolint:interfacebloat
24 GetTemplates() fs.FS
25 GetFuncMap() map[string]any
26 TypeObjectName(name string) string
27 TypeScalarName(scalar *TypeScalar) string

Callers 1

RenderMethod · 0.65

Implementers 1

Typescripttools/codegen/processor/typescript/typ

Calls

no outgoing calls

Tested by

no test coverage detected