MCPcopy 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
19class SelectionEntry:
20 """A timestamped selection entry."""
21 selection: IDESelection
22 timestamp: float
23
24
25class SelectionTracker:

Callers 1

updateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected