Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boringstack-xyz/boringstack
/ siteIn
Function
siteIn
apps/api/tests/lib/acl/ability.test.ts:29–29 ·
view source on GitHub ↗
(accountId: string)
Source
from the content-addressed store, hash-verified
27
};
28
29
const
siteIn = (accountId: string) => subject(
"Site"
, { accountId });
30
31
const
teamMemberIn = (accountId: string) =>
32
subject(
"TeamMember"
, { accountId });
Callers
1
ability.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected