MCPcopy Create free account
hub / github.com/apache/solr / is_mac

Function is_mac

dev-tools/scripts/releaseWizard.py:1586–1587  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1584 return platform.system().startswith("Win")
1585
1586def is_mac():
1587 return platform.system().startswith("Darwin")
1588
1589def is_linux():
1590 return platform.system().startswith("Linux")

Callers 1

get_editorFunction · 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…