Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ MyType
Method
MyType
coderd/rbac/regosql/sqltypes/array.go:64–69 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
62
}
63
64
func
(a ASTArray) MyType() Node {
65
if
len(a.Value) == 0 {
66
return
invalidNode{}
67
}
68
return
a.Value[0]
69
}
Callers
2
ContainsSQL
Method · 0.95
SQLString
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected