MCPcopy Create free account
hub / github.com/CloverHackyColor/CloverBootloader / GenReport

Method GenReport

BaseTools/Source/Python/Ecc/EccMain.py:254–257  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

252 # Generate the scan report
253 #
254 def GenReport(self):
255 EdkLogger.quiet("Generating report ...")
256 EccGlobalData.gDb.TblReport.ToCSV(self.ReportFile)
257 EdkLogger.quiet("Generating report done!")
258
259 def GetRealPathCase(self, path):
260 TmpPath = path.rstrip(os.sep)

Callers 1

__init__Method · 0.95

Calls 1

ToCSVMethod · 0.80

Tested by

no test coverage detected