MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / emit

Method emit

packages/node-sdk/src/session.ts:537–539  ·  view source on GitHub ↗
(event: Event)

Source from the content-addressed store, hash-verified

535 }
536
537 private emit(event: Event): void {
538 this.rpc.receiveEvent(event);
539 }
540
541 private ensureOpen(): void {
542 if (this.closed) {

Callers 15

emitMetaUpdatedMethod · 0.95
report.test.tsFile · 0.45
constructorMethod · 0.45
closeMethod · 0.45
processMethod · 0.45
emitDataSequenceMethod · 0.45
endMethod · 0.45
connectMethod · 0.45
endMethod · 0.45
onConnectFunction · 0.45
requestNextKeyFunction · 0.45
pumpFunction · 0.45

Calls

no outgoing calls

Tested by 9

constructorMethod · 0.36
closeMethod · 0.36
endMethod · 0.36
connectMethod · 0.36
endMethod · 0.36
onConnectFunction · 0.36
requestNextKeyFunction · 0.36
pumpFunction · 0.36
mockSpawnExitFunction · 0.36