MCPcopy Create free account
hub / github.com/NanoMichael/MicroTeX / TeXFormula

Method TeXFormula

src/core/formula.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39TeXFormula::TeXFormula(const TeXParser& tp)
40 : _parser(tp.getIsPartial(), L"", this, false) {
41 _xmlMap = tp._formula->_xmlMap;
42}
43
44TeXFormula::TeXFormula(
45 const TeXParser& tp,

Callers

nothing calls this directly

Calls 2

getIsPartialMethod · 0.80
parseMethod · 0.45

Tested by

no test coverage detected