Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Codeplain-ai/codeplain
/ RenderStateUpdated
Class
RenderStateUpdated
plain2code_events.py:50–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
49
@dataclass
50
class
RenderStateUpdated(BaseEvent):
51
state: str
52
previous_state: Optional[str]
53
snapshot: RenderContextSnapshot
54
55
56
@dataclass
Callers
1
run
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected