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

Method on

packages/context/src/binding.ts:1062–1064  ·  view source on GitHub ↗
(event: string | symbol, listener: (...args: any[]) => void)

Source from the content-addressed store, hash-verified

1060
1061 // eslint-disable-next-line @typescript-eslint/no-explicit-any
1062 on(event: string | symbol, listener: (...args: any[]) => void): this {
1063 return super.on(event, listener);
1064 }
1065
1066 /**
1067 * The "changed" event is emitted by methods such as `tag`, `inScope`, `to`,

Callers 15

deferredRequestHandlerFunction · 0.45
startMethod · 0.45
constructorMethod · 0.45
createAppWithShutdownFunction · 0.45
setupNotificationMethod · 0.45
listenOnBindingFunction · 0.45
setupListenersFunction · 0.45

Calls

no outgoing calls

Tested by 5

deferredRequestHandlerFunction · 0.36
constructorMethod · 0.36
createAppWithShutdownFunction · 0.36
listenOnBindingFunction · 0.36
setupListenersFunction · 0.36