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

Method __init__

tools/fastgrind.py:760–762  ·  view source on GitHub ↗
(self, reader: FastgrindBinaryReader)

Source from the content-addressed store, hash-verified

758
759class FastgrindQueryEngine:
760 def __init__(self, reader: FastgrindBinaryReader):
761 self.reader = reader
762 self._all_thread_ids = [entry.thread_id for entry in reader.thread_table]
763
764 def meta(self) -> dict[str, Any]:
765 meta = self.reader.meta()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected