MCPcopy Index your code
hub / github.com/binaryjs/js-binarypack / Packer

Function Packer

lib/binarypack.js:256–258  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

254}
255
256function Packer(){
257 this.bufferBuilder = new BufferBuilder();
258}
259
260Packer.prototype.getBuffer = function(){
261 return this.bufferBuilder.getBuffer();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected