Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8098
function
passThroughWrite(buffer) {
8099
return
buffer.toString(this.encoding);
8100
}
8101
8102
function
utf16DetectIncompleteChar(buffer) {
8103
this.charReceived = buffer.length % 2;
Callers
nothing calls this directly
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected