MCPcopy Create free account
hub / github.com/daniel2005d/mapXplore / length

Method length

model/result.py:50–51  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

48
49 @property
50 def length(self) -> int:
51 return self.results.length
52
53 def append(self, rows:list[Result])->None:
54 for row in rows.rows:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected