MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / ReadTime

Function ReadTime

DebugView++Lib/FileIO.cpp:73–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73bool ReadTime(const std::string& s, double& time)
74{
75 std::istringstream is(s);
76 return is >> time && is.eof();
77}
78
79bool FileExists(const char *filename)
80{

Callers 1

Calls 1

eofMethod · 0.80

Tested by

no test coverage detected