MCPcopy Create free account
hub / github.com/rilldata/rill / ambiguousRef

Function ambiguousRef

runtime/parser/parser.go:1147–1149  ·  view source on GitHub ↗
(n ResourceName)

Source from the content-addressed store, hash-verified

1145}
1146
1147func ambiguousRef(n ResourceName) bool {
1148 return n.Kind == ResourceKindUnspecified || n.Kind == ResourceKindConnector
1149}
1150
1151// locationError wraps an error with source file character location information
1152type locationError struct {

Callers 2

insertResourceMethod · 0.85
deleteResourceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected