MCPcopy Create free account
hub / github.com/SolaWing/xcode-build-server / shared

Method shared

config/config.py:59–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57
58 @cache
59 def shared():
60 return ServerConfig(ServerConfig.default_path)
61
62 def __init__(self, path):
63 self.path = os.path.abspath(path)

Callers 2

_parseFunction · 0.80
updateFunction · 0.80

Calls 1

ServerConfigClass · 0.85

Tested by

no test coverage detected