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

Method log

web/src/rpc_server.ts:398–400  ·  view source on GitHub ↗
(msg: string)

Source from the content-addressed store, hash-verified

396 }
397
398 private log(msg: string): void {
399 this.logger(this.name + msg);
400 }
401
402 private handleInitHeader(): void {
403 const reader = new ByteStreamReader(this.readFromBuffer(SizeOf.I32 * 2));

Callers 15

onCloseMethod · 0.95
onOpenMethod · 0.95
onPacketReadyMethod · 0.95
asyncInitServerMethod · 0.95
LUT_generationFunction · 0.45
_log2Method · 0.45
_log10Method · 0.45
_log1pMethod · 0.45
_log2Method · 0.45
_log10Method · 0.45
_log1pMethod · 0.45
logFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_rpcFunction · 0.36
checkFunction · 0.36