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

Function get_link_flags

ci/wasm_flags.py:164–167  ·  view source on GitHub ↗

Get all link flags as a flat list (base + sketch + mode link_flags).

(mode: str = "quick")

Source from the content-addressed store, hash-verified

162
163
164def get_link_flags(mode: str = "quick") -> list[str]:
165 """Get all link flags as a flat list (base + sketch + mode link_flags)."""
166 d = get_sketch_compile_flags_dict(mode)
167 return d["link_flags"]
168
169
170def main() -> int:

Callers 3

link_wasmFunction · 0.90
mainFunction · 0.85

Calls 1

Tested by

no test coverage detected