MCPcopy 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.tsFile · 0.80
cli.tsFile · 0.80
buildRelationDefinitionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected