MCPcopy 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
23const siteIn = (accountId: string) => subject("Site", { id: "w1", accountId });
24
25const teamMemberIn = (accountId: string) =>
26 subject("TeamMember", { id: "tm1", accountId });

Callers 1

ability.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected