Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UsefulSoftwareCo/executor
/ one
Method
one
packages/core/fumadb/src/schema/create.ts:526–526 ·
view source on GitHub ↗
( another: T )
Source
from the content-addressed store, hash-verified
524
K extends keyof Tables = keyof Tables,
525
> {
526
one<T extends keyof Tables>(
527
another: T
528
): ImplicitRelationInit<
"one"
, Tables, T>;
529
Callers
3
migrate.test.ts
File · 0.80
cli.ts
File · 0.80
buildRelationDefinition
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected