MCPcopy
hub / github.com/di-sukharev/opencommit / on

Method on

out/cli.cjs:410–413  ·  view source on GitHub ↗
(u3, F5)

Source from the content-addressed store, hash-verified

408 });
409 }
410 on(u3, F5) {
411 const e3 = this.subscribers.get(u3) ?? [];
412 e3.push({ cb: F5 }), this.subscribers.set(u3, e3);
413 }
414 once(u3, F5) {
415 const e3 = this.subscribers.get(u3) ?? [];
416 e3.push({ cb: F5, once: true }), this.subscribers.set(u3, e3);

Callers 15

promptMethod · 0.45
constructorMethod · 0.45
getStream3Function · 0.45
BodyFunction · 0.45
consumeBodyFunction · 0.45
fetch4Function · 0.45
installListenersFunction · 0.45

Calls 4

__classPrivateFieldGet9Function · 0.85
getMethod · 0.45
pushMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected