MCPcopy Index your code
hub / github.com/OneNoteDev/WebClipper / passThroughWrite

Function passThroughWrite

lib/sanitize-html.js:8098–8100  ·  view source on GitHub ↗
(buffer)

Source from the content-addressed store, hash-verified

8096};
8097
8098function passThroughWrite(buffer) {
8099 return buffer.toString(this.encoding);
8100}
8101
8102function utf16DetectIncompleteChar(buffer) {
8103 this.charReceived = buffer.length % 2;

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected