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

Method once

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

Source from the content-addressed store, hash-verified

1078
1079 // eslint-disable-next-line @typescript-eslint/no-explicit-any
1080 once(event: string | symbol, listener: (...args: any[]) => void): this {
1081 return super.once(event, listener);
1082 }
1083}
1084
1085/**

Callers 2

startWorkerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected