Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabSound/LabSound
/ windowSize
Method
windowSize
src/extended/PowerMonitorNode.cpp:40–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
void PowerMonitorNode::windowSize(int ws)
41
{
42
_windowSize->setUint32(static_cast<uint32_t>(ws));
43
}
44
45
int PowerMonitorNode::windowSize() const
46
{
Callers
nothing calls this directly
Calls
2
setUint32
Method · 0.80
valueUint32
Method · 0.80
Tested by
no test coverage detected