Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boringstack-xyz/boringstack
/ siteIn
Function
siteIn
apps/ui/src/lib/acl/ability.test.ts:23–23 ·
view source on GitHub ↗
(accountId: string)
Source
from the content-addressed store, hash-verified
21
};
22
23
const
siteIn = (accountId: string) => subject(
"Site"
, { id:
"w1"
, accountId });
24
25
const
teamMemberIn = (accountId: string) =>
26
subject(
"TeamMember"
, { id:
"tm1"
, accountId });
Callers
1
ability.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected