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

Method set_last_render_start_timestamp

plain2code_state.py:53–54  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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()
55
56 def to_dict(self):
57 return {

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected