Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ archive_report
Function
archive_report
tests/measure_esp32s3_opt_ins.py:310–313 ·
view source on GitHub ↗
(cfg: OptInConfig)
Source
from the content-addressed store, hash-verified
308
309
310
def
archive_report(cfg: OptInConfig) -> Path:
311
dst = REPORT_JSON.with_name(f
"report.{cfg.name}.json"
)
312
shutil.copyfile(REPORT_JSON, dst)
313
return
dst
314
315
316
_ELF_PATH = (
Callers
1
measure_one
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected