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

Method constructor

static/katex/katex.mjs:10–17  ·  view source on GitHub ↗
(lexer, start, end)

Source from the content-addressed store, hash-verified

8 // Start offset, zero-based inclusive.
9 // End offset, zero-based exclusive.
10 constructor(lexer, start, end) {
11 this.lexer = void 0;
12 this.start = void 0;
13 this.end = void 0;
14 this.lexer = lexer;
15 this.start = start;
16 this.end = end;
17 }
18 /**
19 * Merges two `SourceLocation`s from location providers, given they are
20 * provided in order of appearance.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected