MCPcopy 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
64func (a ASTArray) MyType() Node {
65 if len(a.Value) == 0 {
66 return invalidNode{}
67 }
68 return a.Value[0]
69}

Callers 2

ContainsSQLMethod · 0.95
SQLStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected