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

Method isTight

static/katex/katex.mjs:431–433  ·  view source on GitHub ↗

* Return true if this style is tightly spaced (scriptstyle/scriptscriptstyle)

()

Source from the content-addressed store, hash-verified

429
430
431 isTight() {
432 return this.size >= 2;
433 }
434
435} // Export an interface for type checking, but don't expose the implementation.
436// This way, no more styles can be generated.

Callers 9

initNodeFunction · 0.80
units_calculateSizeFunction · 0.80
buildCommon_makeSymbolFunction · 0.80
initNodeFunction · 0.80
calculateSizeFunction · 0.80
makeSymbolFunction · 0.80
BFunction · 0.80
MtFunction · 0.80
BtFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected