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

Function alignPool

lib/buffer.js:191–197  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

189}
190
191function alignPool() {
192 // Ensure aligned slices
193 if (poolOffset & 0x7) {
194 poolOffset |= 0x7;
195 poolOffset++;
196 }
197}
198
199let bufferWarningAlreadyEmitted = false;
200let nodeModulesCheckCounter = 0;

Callers 3

allocateFunction · 0.85
fromStringFastFunction · 0.85
fromArrayLikeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…