Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Work-Fisher/code-claw
/ Subsystem
Class
Subsystem
claw-code/src/models.py:7–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
6
@dataclass(frozen=True)
7
class
Subsystem:
8
name: str
9
path: str
10
file_count: int
11
notes: str
12
13
14
@dataclass(frozen=True)
Callers
1
build_port_manifest
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected