MCPcopy Create free account
hub / github.com/Atarity/Lightpack / AppVersion

Method AppVersion

Software/src/UpdatesProcessor.hpp:40–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38{
39public:
40 AppVersion()
41 : _major(0)
42 , _minor(0)
43 , _rc(0)
44 , _build(0)
45 {}
46
47 AppVersion(const char *version)
48 : AppVersion()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected