Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Duet3D/RepRapFirmware
/ GetForWriting
Method
GetForWriting
src/ObjectModel/GlobalVariables.cpp:71–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
WriteLockedPointer<VariableSet> GlobalVariables::GetForWriting() noexcept
72
{
73
return WriteLockedPointer<VariableSet>(lock, &vars);
74
}
75
76
// End
Callers
4
GetGlobalVariablesForWriting
Method · 0.80
StartingPrint
Method · 0.80
StoppedPrint
Method · 0.80
ProcessCustomInfo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected