Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agentforce314/clawcodex
/ SelectionEntry
Class
SelectionEntry
src/services/ide/selection.py:19–22 ·
view source on GitHub ↗
A timestamped selection entry.
Source
from the content-addressed store, hash-verified
17
18
@dataclass
19
class
SelectionEntry:
20
""
"A timestamped selection entry."
""
21
selection: IDESelection
22
timestamp: float
23
24
25
class
SelectionTracker:
Callers
1
update
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected