Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ workspaceGroup
TypeAlias
workspaceGroup
enterprise/cli/sharing_test.go:120–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
assert.Len(t, acl.Groups, 2)
119
120
type
workspaceGroup []codersdk.WorkspaceGroup
121
assert.NotEqual(t, -1, slices.IndexFunc(workspaceGroup(acl.Groups),
func
(g codersdk.WorkspaceGroup) bool {
122
return
g.Group.ID == wibbleGroup.ID
123
}))
Callers
1
TestSharingShare
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected