MCPcopy
hub / github.com/gildas-lormeau/zip.js / init

Method init

index-native.cjs:2960–2966  ·  view source on GitHub ↗
(initSize = 0)

Source from the content-addressed store, hash-verified

2958 }
2959
2960 init(initSize = 0) {
2961 Object.assign(this, {
2962 offset: 0,
2963 array: new Uint8Array(initSize > 0 ? initSize : this.defaultBufferSize)
2964 });
2965 super.init();
2966 }
2967
2968 writeUint8Array(array) {
2969 const writer = this;

Callers

nothing calls this directly

Calls 1

initMethod · 0.65

Tested by

no test coverage detected