Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/DreamSourceLab/DSView
/ enable_envelope
Method
enable_envelope
DSView/pv/data/mathstack.cpp:158–163 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
}
157
158
void MathStack::enable_envelope(bool enable)
159
{
160
if (!_envelope_done && enable)
161
append_to_envelope_level(true);
162
_envelope_en = enable;
163
}
164
165
uint64_t MathStack::default_vDialValue()
166
{
Callers
2
paint_mid
Method · 0.45
paint_mid
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected