Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ swap
Function
swap
static/word2md/mammoth.browser.js:10216–10220 ·
view source on GitHub ↗
(b, n, m)
Source
from the content-addressed store, hash-verified
10214
Buffer.prototype._isBuffer = true
10215
10216
function
swap (b, n, m) {
10217
var
i = b[n]
10218
b[n] = b[m]
10219
b[m] = i
10220
}
10221
10222
Buffer.prototype.swap16 =
function
swap16 () {
10223
var
len = this.length
Callers
1
mammoth.browser.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected