MCPcopy 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
71WriteLockedPointer<VariableSet> GlobalVariables::GetForWriting() noexcept
72{
73 return WriteLockedPointer<VariableSet>(lock, &vars);
74}
75
76// End

Callers 4

StartingPrintMethod · 0.80
StoppedPrintMethod · 0.80
ProcessCustomInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected