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

Class RenderChoice

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

Source from the content-addressed store, hash-verified

17
18@dataclass
19class RenderChoice:
20 module: PlainModule | None = None
21 render_range: list[str] | None = None
22 wipe_later_modules: bool = False
23 is_destructive: bool = False
24 choice_type: str | None = None
25
26
27def spec_change(plain_module: PlainModule) -> PlainModule | None:

Callers 2

_resume_render_choiceFunction · 0.85
get_render_choicesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected