MCPcopy Create free account
hub / github.com/FonaTech/Clouds-Coder / save

Method save

split_coder.py:74–76  ·  view source on GitHub ↗
(self, output_dir: Path)

Source from the content-addressed store, hash-verified

72 FILENAME = ".split_manifest.json"
73
74 def save(self, output_dir: Path) -> None:
75 path = output_dir / self.FILENAME
76 path.write_text(json.dumps(asdict(self), indent=2), encoding="utf-8")
77
78 @classmethod
79 def load(cls, output_dir: Path) -> Optional["SplitManifest"]:

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected