Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NanoMichael/MicroTeX
/ getInsets
Method
getInsets
src/render.cpp:54–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
Insets TeXRender::getInsets() {
55
return _insets;
56
}
57
58
void TeXRender::setInsets(const Insets& insets, bool trueval) {
59
_insets = insets;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected