MCPcopy Create free account
hub / github.com/adny-code/fastgrind / tick_data_end

Method tick_data_end

tools/fastgrind.py:463–465  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

461
462 @property
463 def tick_data_end(self) -> int:
464 section = self.section_by_type[SECTION_TICK_DATA]
465 return section.offset + section.length
466
467 def default_start_tick(self) -> int:
468 if not self.tick_values:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected