MCPcopy Index your code
hub / github.com/nodejs/node / toString

Method toString

lib/internal/quic/stats.js:993–995  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

991 }
992
993 toString() {
994 return JSONStringify(this.toJSON());
995 }
996
997 toJSON() {
998 assertIsQuicStreamStats(this);

Callers 1

processTlsOptionsFunction · 0.45

Calls 1

toJSONMethod · 0.95

Tested by

no test coverage detected