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

Method add_to_render_time

plain2code_state.py:50–51  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

48 self.rendered_functionalities += 1
49
50 def add_to_render_time(self):
51 self.render_time_accumulated += int(time.monotonic() - self.last_render_start_timestamp)
52
53 def set_last_render_start_timestamp(self):
54 self.last_render_start_timestamp = time.monotonic()

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected