MCPcopy Create free account
hub / github.com/asmuth/clip / parseString

Method parseString

src/utils/UnixTime.cc:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69Option<UnixTime> UnixTime::parseString(
70 const String& str,
71 const char* fmt /* = "%Y-%m-%d %H:%M:%S" */) {
72 return UnixTime::parseString(str.data(), str.size(), fmt);
73}
74
75Option<UnixTime> UnixTime::parseString(
76 const char* str,

Callers

nothing calls this directly

Calls 5

SomeFunction · 0.85
UnixTimeClass · 0.85
isEmptyMethod · 0.80
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected