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

Method save

config/config.py:78–80  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

76 })
77
78 def save(self):
79 with open(self.path, "w") as f:
80 json.dump(self.data, f, indent="\t")

Callers 2

_parseFunction · 0.80
updateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected