MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / getTime

Method getTime

src/openms/source/CONCEPT/VersionInfo.cpp:112–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 }
111
112 String VersionInfo::getTime()
113 {
114 static bool is_initialized = false;
115 static String result;
116 if (!is_initialized)
117 {
118 result = String(__DATE__) + ", " + __TIME__;
119 is_initialized = true;
120 }
121 return result;
122 }
123
124 String VersionInfo::getVersion()
125 {

Callers 15

appendNewHeaderMethod · 0.45
outputToMethod · 0.45
getUniqueNameMethod · 0.45
runMethod · 0.45
runMethod · 0.45
applyFunctorOnCCsMethod · 0.45
applyFunctorOnCCsSTMethod · 0.45
storeMethod · 0.45
storeMethod · 0.45
startElementMethod · 0.45
endElementMethod · 0.45
writeToMethod · 0.45

Calls 1

StringClass · 0.50

Tested by 2

START_SECTIONFunction · 0.36
testVersionFunction · 0.36