MCPcopy Create free account
hub / github.com/CppMicroServices/CppMicroServices / EmptyVersion

Method EmptyVersion

framework/src/bundle/BundleVersion.cpp:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 }
42
43 BundleVersion
44 BundleVersion::EmptyVersion()
45 {
46 static BundleVersion emptyV(false);
47 return emptyV;
48 }
49
50 BundleVersion
51 BundleVersion::UndefinedVersion()

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64