MCPcopy 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
29const siteIn = (accountId: string) => subject("Site", { accountId });
30
31const teamMemberIn = (accountId: string) =>
32 subject("TeamMember", { accountId });

Callers 1

ability.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected