MCPcopy Index your code
hub / github.com/apache/tvm / processEvents

Method processEvents

web/src/rpc_server.ts:178–182  ·  view source on GitHub ↗

Process ready events.

()

Source from the content-addressed store, hash-verified

176 }
177 /** Process ready events. */
178 private processEvents(): void {
179 while (this.buffredBytes >= this.pendingBytes && this.pendingBytes != 0) {
180 this.onDataReady();
181 }
182 }
183 /** State machine to handle each request */
184 private onDataReady(): void {
185 switch (this.state) {

Callers 2

onMessageMethod · 0.95
asyncInitServerMethod · 0.95

Calls 1

onDataReadyMethod · 0.95

Tested by

no test coverage detected