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

Function _dwarf_config

ci/wasm_flags.py:41–45  ·  view source on GitHub ↗
(config: dict[str, Any])

Source from the content-addressed store, hash-verified

39
40
41def _dwarf_config(config: dict[str, Any]) -> dict[str, Any]:
42 dwarf = config.get("dwarf", {})
43 if isinstance(dwarf, dict):
44 return cast(dict[str, Any], dwarf)
45 return {}
46
47
48def _dwarf_prefix(dwarf: dict[str, Any], key: str, default: str) -> str:

Callers 1

Calls 1

getMethod · 0.45

Tested by

no test coverage detected