Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
buildFactory from
'./build'
;
2
3
export
function
build(name: string, options?: object): any {
4
return
buildFactory(name, options);
5
}
Callers
9
thread.test.ts
File · 0.90
account.test.ts
File · 0.90
reaction.test.ts
File · 0.90
index.test.tsx
File · 0.90
index.spec.tsx
File · 0.90
index.test.tsx
File · 0.90
auth.test.ts
File · 0.90
index.test.ts
File · 0.90
index.test.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected