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

Function chatResourceIDMatcher

coderd/rbac/regosql/configs.go:9–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7}
8
9func chatResourceIDMatcher() sqltypes.VariableMatcher {
10 return sqltypes.StringVarMatcher("chats_expanded.id :: text", []string{"input", "object", "id"})
11}
12
13func organizationOwnerMatcher() sqltypes.VariableMatcher {
14 return sqltypes.StringVarMatcher("organization_id :: text", []string{"input", "object", "org_owner"})

Callers 1

chatBaseConverterFunction · 0.85

Calls 1

StringVarMatcherFunction · 0.92

Tested by

no test coverage detected