MCPcopy Create free account
hub / github.com/FastLED/FastLED / in_loaded

Function in_loaded

ci/bin_bloat_attribute.py:53–57  ·  view source on GitHub ↗
(addr: int, ranges: list[tuple[int, int, str]])

Source from the content-addressed store, hash-verified

51
52
53def in_loaded(addr: int, ranges: list[tuple[int, int, str]]) -> str | None:
54 for lo, hi, name in ranges:
55 if lo <= addr < hi:
56 return name
57 return None
58
59
60def parse_nm() -> list[tuple[int, int, str, str]]:

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected