Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NanoMichael/MicroTeX
/ build
Method
build
src/render.cpp:109–111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
}
108
109
TeXRender* TeXRenderBuilder::build(TeXFormula& f) {
110
return build(f._root);
111
}
112
113
TeXRender* TeXRenderBuilder::build(const sptr<Atom>& fc) {
114
sptr<Atom> f = fc;
Callers
1
parse
Method · 0.80
Calls
8
ex_invalid_state
Class · 0.85
getFactor
Function · 0.85
split
Function · 0.85
istrans
Function · 0.85
setInterline
Method · 0.80
getTextWidth
Method · 0.80
setForeground
Method · 0.80
createBox
Method · 0.45
Tested by
no test coverage detected