MCPcopy
hub / github.com/AlaSQL/alasql / new_buf

Function new_buf

modules/xlsx/xlsx.mjs:4150–4154  ·  view source on GitHub ↗
(sz/*:number*/)

Source from the content-addressed store, hash-verified

4148function parsenoop(blob, length/*:: :number, opts?:any */) { blob.l += length; }
4149
4150function new_buf(sz/*:number*/)/*:Block*/ {
4151 var o = new_raw_buf(sz);
4152 prep_blob(o, 0);
4153 return o;
4154}
4155
4156/* [MS-XLSB] 2.1.4 Record */
4157function recordhopper(data, cb/*:RecordHopperCB*/, opts/*:?any*/) {

Callers 15

get_mfat_entryFunction · 0.70
seed_cfbFunction · 0.70
_writeFunction · 0.70
_deflateFunction · 0.70
write_zipFunction · 0.70
newblkFunction · 0.70
write_UInt32LEFunction · 0.70
write_XLWideStringFunction · 0.70
write_StrRunFunction · 0.70
write_RichStrFunction · 0.70
write_BrtCommentTextFunction · 0.70
write_XLSBCellFunction · 0.70

Calls 2

new_raw_bufFunction · 0.70
prep_blobFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…