MCPcopy Index your code
hub / github.com/github/copilot-sdk / get_platform_key

Function get_platform_key

python/copilot/_cli_version.py:55–57  ·  view source on GitHub ↗

Return the (sys.platform, machine) key for the current platform.

()

Source from the content-addressed store, hash-verified

53
54
55def get_platform_key() -> tuple[str, str]:
56 """Return the (sys.platform, machine) key for the current platform."""
57 return (sys.platform, platform.machine())
58
59
60def get_asset_info() -> tuple[str, str]:

Callers 1

get_asset_infoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…