MCPcopy 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

1118Buffer.prototype._isBuffer = true
1119
1120function swap (b, n, m) {
1121 var i = b[n]
1122 b[n] = b[m]
1123 b[m] = i
1124}
1125
1126Buffer.prototype.swap16 = function swap16 () {
1127 var len = this.length

Callers 1

sanitize-html.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected