MCPcopy Create free account
hub / github.com/cardstack/cardstack / create

Method create

packages/hub/di/container.ts:9–9  ·  view source on GitHub ↗
(...a: A)

Source from the content-addressed store, hash-verified

7}
8export interface FactoryByCreateMethod<T, A extends unknown[] = []> {
9 create(...a: A): Promise<T>;
10}
11
12export type Factory<T, A extends unknown[] = []> = FactoryByConstructor<T, A> | FactoryByCreateMethod<T, A>;

Callers 10

test-helper.jsFile · 0.65
_lookupMethod · 0.65
instantiateMethod · 0.65
createFunction · 0.65
handleProxyCreationFunction · 0.65
handleNewPairFunction · 0.65
issuePrepaidCardFunction · 0.65
initializeFunction · 0.65
connectFunction · 0.65
test-helper.jsFile · 0.65

Implementers 3

PrepaidCardpackages/cardpay-sdk/sdk/prepaid-card/
CircleFiveServiceFactorypackages/hub/node-tests/di/dependency-
CircleSixAsyncServiceFactorypackages/hub/node-tests/di/dependency-

Calls

no outgoing calls

Tested by

no test coverage detected