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

Method putData

modules/crypt/ssl/session_419.js:274–278  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

272 return packetBuffer.buffer;
273 }
274 putData(data) {
275 this.applicationData = data;
276 data.position = data.byteOffset;
277 data.end = data.byteOffset + data.byteLength;
278 }
279
280 startTrace(direction) {
281 if (undefined === this.traceLevel)

Callers 1

unpacketizeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected