MCPcopy
hub / github.com/loopbackio/loopback-next / emitChangedEvent

Method emitChangedEvent

packages/context/src/binding.ts:638–641  ·  view source on GitHub ↗

* Emit a `changed` event * @param operation - Operation that makes changes

(operation: string)

Source from the content-addressed store, hash-verified

636 * @param operation - Operation that makes changes
637 */
638 private emitChangedEvent(operation: string) {
639 const event: BindingEvent = {binding: this, operation, type: 'changed'};
640 this.emit('changed', event);
641 }
642
643 /**
644 * Tag the binding with names or name/value objects. A tag has a name and

Callers 3

tagMethod · 0.95
inScopeMethod · 0.95
_setValueGetterMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected