MCPcopy Index your code
hub / github.com/Codeplain-ai/codeplain / RenderContextSnapshot

Class RenderContextSnapshot

plain2code_events.py:19–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18@dataclass
19class RenderContextSnapshot:
20 frid_context: Optional[FridContext]
21 conformance_tests_running_context: Optional[ConformanceTestsRunningContext]
22 unit_tests_running_context: Optional[UnitTestsRunningContext]
23 script_execution_history: Optional[ScriptExecutionHistory]
24 module_name: str
25
26
27@dataclass

Callers 1

create_snapshotMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected