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

Class ManifestEntry

split_coder.py:52–59  ·  view source on GitHub ↗

Per-node record stored in the manifest.

Source from the content-addressed store, hash-verified

50
51@dataclass
52class ManifestEntry:
53 """Per-node record stored in the manifest."""
54 name: str
55 kind: str
56 lineno: int
57 end_lineno: int
58 source_hash: str
59 target_module: str
60
61
62@dataclass

Callers 2

loadMethod · 0.70
runMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected