Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0xKarl-dev/claw-codes
/ RoutedMatch
Class
RoutedMatch
src/runtime.py:17–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
16
@dataclass(frozen=True)
17
class
RoutedMatch:
18
kind: str
19
name: str
20
source_hint: str
21
score: int
22
23
24
@dataclass
Callers
1
_collect_matches
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected