MCPcopy Create free account
hub / github.com/acm-clan/algorithm-stone / parse

Method parse

src/datamap.py:135–139  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

133 return pos
134
135 def parse(self):
136 pos = 0
137 while pos >= 0:
138 pos = self.consume_node(pos)
139 # print("parse finished:", self.nodes)
140
141
142

Callers 1

__init__Method · 0.95

Calls 1

consume_nodeMethod · 0.95

Tested by

no test coverage detected