MCPcopy Create free account
hub / github.com/Openpanel-dev/openpanel / compute

Function compute

packages/db/src/prisma-client.ts:20–22  ·  view source on GitHub ↗
(org)

Source from the content-addressed store, hash-verified

18 subscriptionState: {
19 needs: subscriptionStateNeeds,
20 compute(org) {
21 return getSubscriptionState(org);
22 },
23 },
24 subscriptionStatus: {
25 needs: { subscriptionStatus: true, subscriptionCanceledAt: true },

Callers

nothing calls this directly

Calls 1

getSubscriptionStateFunction · 0.90

Tested by

no test coverage detected