MCPcopy Create free account
hub / github.com/TruthHun/BookStack / equalTo

Function equalTo

static/word2md/mammoth.browser.js:3052–3057  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

3050}
3051
3052function equalTo(value) {
3053 return {
3054 operator: operatorEqualTo,
3055 operand: value
3056 };
3057}
3058
3059function startsWith(value) {
3060 return {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected