MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / defaultTo$

Method defaultTo$

packages/core/fumadb/src/schema/create.ts:489–491  ·  view source on GitHub ↗
(fn: DefaultFunction<Type>)

Source from the content-addressed store, hash-verified

487 }
488
489 override defaultTo$(fn: DefaultFunction<Type>) {
490 return super.defaultTo$(fn) as IdColumn<Type, In | null, Out>;
491 }
492
493 override defaultTo(value: TypeMap[Type]) {
494 return super.defaultTo(value) as IdColumn<Type, In | null, Out>;

Callers

nothing calls this directly

Calls 1

defaultTo$Method · 0.45

Tested by

no test coverage detected