MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / startTrace

Method startTrace

modules/crypt/ssl/session_419.js:280–286  ·  view source on GitHub ↗
(direction)

Source from the content-addressed store, hash-verified

278 }
279
280 startTrace(direction) {
281 if (undefined === this.traceLevel)
282 return;
283
284 this.traceLevel = 0;
285 this.traceDirection = direction;
286 }
287 traceProtocol(protocol) {
288 if (undefined === this.traceLevel)
289 return;

Callers 5

handshakeMethod · 0.95
readMethod · 0.95
writeMethod · 0.95
closeMethod · 0.95
doProtocolMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected