Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ dateTimeFromStr
Function
dateTimeFromStr
tools/donate-cpu-server.py:76–77 ·
view source on GitHub ↗
(datestr: str)
Source
from the content-addressed store, hash-verified
74
75
76
def
dateTimeFromStr(datestr: str) -> datetime.datetime:
77
return
datetime.datetime.strptime(datestr,
'%Y-%m-%d %H:%M'
)
78
79
80
def
pkg_from_file(filename: str) -> str:
Callers
2
staleReport
Function · 0.85
clientsReport
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected