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

Function startsWith

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

Source from the content-addressed store, hash-verified

3057}
3058
3059function startsWith(value) {
3060 return {
3061 operator: operatorStartsWith,
3062 operand: value
3063 };
3064}
3065
3066function operatorEqualTo(first, second) {
3067 return first.toUpperCase() === second.toUpperCase();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected