MCPcopy Index your code
hub / github.com/nodejs/node / flushMappingBuffer

Function flushMappingBuffer

test/fixtures/snapshot/typescript.js:90223–90228  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90221 exit();
90222 }
90223 function flushMappingBuffer() {
90224 if (mappingCharCodes.length > 0) {
90225 mappings += String.fromCharCode.apply(undefined, mappingCharCodes);
90226 mappingCharCodes.length = 0;
90227 }
90228 }
90229 function toJSON() {
90230 commitPendingMapping();
90231 flushMappingBuffer();

Callers 2

appendMappingCharCodeFunction · 0.85
toJSONFunction · 0.85

Calls 1

applyMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…