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

Method startTrace

modules/crypt/ssl/session_original.js:278–284  ·  view source on GitHub ↗
(direction)

Source from the content-addressed store, hash-verified

276 }
277
278 startTrace(direction) {
279 if (undefined === this.traceLevel)
280 return;
281
282 this.traceLevel = 0;
283 this.traceDirection = direction;
284 }
285 traceProtocol(protocol) {
286 if (undefined === this.traceLevel)
287 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