Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0xKarl-dev/claw-codes
/ PortingModule
Class
PortingModule
src/models.py:15–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
14
@dataclass(frozen=True)
15
class
PortingModule:
16
name: str
17
responsibility: str
18
source_hint: str
19
status: str =
'planned'
20
21
22
@dataclass(frozen=True)
Callers
2
load_command_snapshot
Function · 0.85
load_tool_snapshot
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected