MCPcopy 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

10214Buffer.prototype._isBuffer = true
10215
10216function swap (b, n, m) {
10217 var i = b[n]
10218 b[n] = b[m]
10219 b[m] = i
10220}
10221
10222Buffer.prototype.swap16 = function swap16 () {
10223 var len = this.length

Callers 1

mammoth.browser.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected