Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ negate
Function
negate
static/word2md/mammoth.browser.js:1328–1332 ·
view source on GitHub ↗
(predicate)
Source
from the content-addressed store, hash-verified
1326
}
1327
1328
function
negate(predicate) {
1329
return
function
(value) {
1330
return
!predicate(value);
1331
};
1332
}
1333
1334
1335
function
emptyResultWithMessages(messages) {
Callers
1
BodyReader
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected