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

Method append

model/result.py:53–55  ·  view source on GitHub ↗
(self, rows:list[Result])

Source from the content-addressed store, hash-verified

51 return self.results.length
52
53 def append(self, rows:list[Result])->None:
54 for row in rows.rows:
55 self.results.rows.append(row)
56

Callers

nothing calls this directly

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected