Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
bool ReadTime(const std::string& s, double& time)
74
{
75
std::istringstream is(s);
76
return is >> time && is.eof();
77
}
78
79
bool FileExists(const char *filename)
80
{
Callers
1
ReadSysInternalsLogFileMessage
Function · 0.85
Calls
1
eof
Method · 0.80
Tested by
no test coverage detected