MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / build

Function build

packages/factory-client/src/index.ts:3–5  ·  view source on GitHub ↗
(name: string, options?: object)

Source from the content-addressed store, hash-verified

1import buildFactory from './build';
2
3export function build(name: string, options?: object): any {
4 return buildFactory(name, options);
5}

Callers 9

thread.test.tsFile · 0.90
account.test.tsFile · 0.90
reaction.test.tsFile · 0.90
index.test.tsxFile · 0.90
index.spec.tsxFile · 0.90
index.test.tsxFile · 0.90
auth.test.tsFile · 0.90
index.test.tsFile · 0.90
index.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected