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

Method has_no_rendered_functionality

plain_modules.py:361–372  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

359 return False
360
361 def has_no_rendered_functionality(self) -> bool:
362 last_rendered_module_name, last_rendered_frid = git_utils.get_last_rendered_functionality(
363 self.module_build_folder
364 )
365 if (
366 last_rendered_module_name is not None
367 and last_rendered_module_name == self.module_name
368 and last_rendered_frid is None
369 ):
370 return True
371
372 return False
373
374 def wipe_module(self) -> None:
375 if os.path.exists(self.module_build_folder):

Callers 1

_resume_render_choiceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected