MCPcopy Index your code
hub / github.com/coder/coder / invalidNode

Struct invalidNode

coderd/rbac/regosql/sqltypes/node.go:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22type RegoSource string
23
24type invalidNode struct{}
25
26func (invalidNode) UseAs() Node { return invalidNode{} }
27

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected