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

Function _is_native_platform

ci/autoresearch/phases.py:61–65  ·  view source on GitHub ↗

Check if the target is the native/stub (host) platform.

(environment: str | None)

Source from the content-addressed store, hash-verified

59
60
61def _is_native_platform(environment: str | None) -> bool:
62 """Check if the target is the native/stub (host) platform."""
63 if not environment:
64 return False
65 return environment.lower() in ("native", "stub", "host")
66
67
68async def _run_native_autoresearch(args: Args, build_mode: str = "quick") -> int:

Callers 1

runFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected