Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/OneNoteDev/WebClipper
/ swap
Function
swap
lib/sanitize-html.js:1120–1124 ·
view source on GitHub ↗
(b, n, m)
Source
from the content-addressed store, hash-verified
1118
Buffer.prototype._isBuffer = true
1119
1120
function
swap (b, n, m) {
1121
var
i = b[n]
1122
b[n] = b[m]
1123
b[m] = i
1124
}
1125
1126
Buffer.prototype.swap16 =
function
swap16 () {
1127
var
len = this.length
Callers
1
sanitize-html.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected