MCPcopy
hub / github.com/expr-lang/expr / TypeName

TypeAlias TypeName

docgen/docgen.go:20–20  ·  view source on GitHub ↗

TypeName is a name of type in types map.

Source from the content-addressed store, hash-verified

18
19// TypeName is a name of type in types map.
20type TypeName string
21
22type Context struct {
23 Variables map[Identifier]*Type `json:"variables"`

Callers 2

MarkdownMethod · 0.85
useMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected