MCPcopy Create free account
hub / github.com/loopbackio/loopback-next / booters

Method booters

packages/boot/src/types.ts:133–133  ·  view source on GitHub ↗

* Register booters * @param booterClasses - A list of booter classes

(...booterClasses: Constructor<Booter>[])

Source from the content-addressed store, hash-verified

131 * @param booterClasses - A list of booter classes
132 */
133 booters(...booterClasses: Constructor<Booter>[]): Binding[];
134}
135
136/**

Callers 5

mountComponentBootersMethod · 0.65
getApplicationFunction · 0.65
boot.mixin.unit.tsFile · 0.65
constructorMethod · 0.65
constructorMethod · 0.65

Implementers 1

packages/boot/src/mixins/boot.mixin.ts

Calls

no outgoing calls

Tested by 3

getApplicationFunction · 0.52
constructorMethod · 0.52
constructorMethod · 0.52