MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / infoMessageIdTodayReport

Function infoMessageIdTodayReport

tools/donate-cpu-server.py:743–744  ·  view source on GitHub ↗
(resultPath: str, messageId: str)

Source from the content-addressed store, hash-verified

741
742
743def infoMessageIdTodayReport(resultPath: str, messageId: str) -> str:
744 return messageIdTodayReport(resultPath, messageId, INFO_MARKER)
745
746
747# TODO: needs to dinicate that it returns 'tuple[str, str]' but that isn't supported until Python 3.9

Callers 1

runMethod · 0.85

Calls 1

messageIdTodayReportFunction · 0.85

Tested by

no test coverage detected