MCPcopy Index your code
hub / github.com/rilldata/rill / Normalized

Method Normalized

runtime/parser/parser.go:68–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66}
67
68func (n ResourceName) Normalized() ResourceName {
69 return ResourceName{
70 Kind: n.Kind,
71 Name: strings.ToLower(n.Name),
72 }
73}
74
75// ResourceKind identifies a resource type supported by the parser
76type ResourceKind int

Callers 11

inferAmbiguousRefsMethod · 0.95
insertDryRunMethod · 0.95
insertResourceMethod · 0.95
reparseExceptRillYAMLMethod · 0.80
parsePathsMethod · 0.80
deleteResourceMethod · 0.80
parseModelMethod · 0.80
trackConnectorMethod · 0.80
reconcileResourcesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected