MCPcopy Index your code
hub / github.com/simstudioai/sim / buildPersonalSelectChain

Function buildPersonalSelectChain

apps/sim/lib/billing/threshold-billing.test.ts:160–170  ·  view source on GitHub ↗
(customerId = 'cus_1')

Source from the content-addressed store, hash-verified

158}
159
160function buildPersonalSelectChain(customerId = 'cus_1') {
161 return buildSelectChain([
162 {
163 currentPeriodCost: '0',
164 proPeriodCostSnapshot: '0',
165 proPeriodCostSnapshotAt: null,
166 lastPeriodCost: '0',
167 stripeCustomerId: customerId,
168 },
169 ])
170}
171
172function buildPersonalSnapshotSelectChain({
173 currentPeriodCost = '0',

Callers 1

Calls 1

buildSelectChainFunction · 0.85

Tested by

no test coverage detected