Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ RBACObject
Method
RBACObject
coderd/rbac/authz_internal_test.go:44–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
42
}
43
44
func
(o *objectBomb) RBACObject() Object {
45
o.bomb()
46
return
o.Objecter.RBACObject()
47
}
48
49
func
TestFilterError(t *testing.T) {
50
t.Parallel()
Callers
nothing calls this directly
Calls
1
RBACObject
Method · 0.65
Tested by
no test coverage detected