MCPcopy Create free account
hub / github.com/bugy/script-server / set_linux

Function set_linux

src/utils/os_utils.py:47–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45
46
47def set_linux():
48 global os_name
49 global path_separator
50 os_name = 'posix'
51 path_separator = '/'
52
53
54def set_mac():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected