MCPcopy Create free account
hub / github.com/denimgroup/threadfix / constructor

Function constructor

threadfix-main/src/main/webapp/scripts/jspdf.debug.js:8732–8737  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8730
8731var DecodeStream = (function() {
8732 function constructor() {
8733 this.pos = 0;
8734 this.bufferLength = 0;
8735 this.eof = false;
8736 this.buffer = null;
8737 }
8738
8739 constructor.prototype = {
8740 ensureBuffer: function decodestream_ensureBuffer(requested) {

Callers

nothing calls this directly

Calls 1

errorFunction · 0.85

Tested by

no test coverage detected