MCPcopy Create free account
hub / github.com/Duet3D/RepRapFirmware / Invalidate

Method Invalidate

src/GCodes/GCodeFileInfo.h:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 ThumbnailInfo() noexcept : width(0), format(ImageFormat::png) { }
25 bool IsValid() const noexcept { return width != 0; }
26 void Invalidate() noexcept { width = 0; }
27 };
28
29 GCodeFileInfo() noexcept { Init(); }

Callers 2

InitMethod · 0.45
RunStateMachineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected