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

Function BufferBuilder

lib/bufferbuilder.js:26–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24}
25
26function BufferBuilder(){
27 this._pieces = [];
28 this._parts = [];
29}
30
31BufferBuilder.prototype.append = function(data) {
32 if(typeof data === 'number') {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected