MCPcopy Create free account
hub / github.com/activejs/activejs / emit

Method emit

packages/core/src/lib/cluster.ts:181–186  ·  view source on GitHub ↗

* @internal please do not use.

(value = this.combinedEmittedValues())

Source from the content-addressed store, hash-verified

179 * @internal please do not use.
180 */
181 protected emit(value = this.combinedEmittedValues()): void {
182 if (Configuration.ENVIRONMENT.checkImmutability === true) {
183 Object.freeze(value);
184 }
185 super.emit(value);
186 }
187
188 /**
189 * @internal please do not use.

Callers 5

replayFunction · 0.45
unmuteFunction · 0.45
updateValueAndCacheFunction · 0.45
dispatchMethod · 0.45

Calls 1

combinedEmittedValuesMethod · 0.95

Tested by

no test coverage detected