MCPcopy Create free account
hub / github.com/Work-Fisher/code-claw / PortContext

Class PortContext

claw-code/src/context.py:8–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7@dataclass(frozen=True)
8class PortContext:
9 source_root: Path
10 tests_root: Path
11 assets_root: Path
12 archive_root: Path
13 python_file_count: int
14 test_file_count: int
15 asset_file_count: int
16 archive_available: bool
17
18
19def build_port_context(base: Path | None = None) -> PortContext:

Callers 1

build_port_contextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected