MCPcopy Create free account
hub / github.com/comaps/comaps / need_skip

Method need_skip

tools/python/maps_generator/generator/status.py:32–35  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

30 self.find = not self.stat_saved or not self.need_skip()
31
32 def need_skip(self) -> bool:
33 if self.find:
34 return False
35 return self.stat_saved and self.stat_next != self.stat_saved
36
37 def update_status(self):
38 with open(self.stat_path, "w") as status:

Callers 2

initMethod · 0.95
applyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected