MCPcopy Index your code
hub / github.com/loopbackio/loopback-next / defaultValue

Method defaultValue

packages/repository/src/types/union.ts:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 }
26
27 defaultValue() {
28 return this.itemTypes[0].defaultValue();
29 }
30
31 coerce(value: any) {
32 // First find instances

Callers

nothing calls this directly

Calls 1

defaultValueMethod · 0.65

Tested by

no test coverage detected