MCPcopy
hub / github.com/USArmyResearchLab/Dshell / done

Method done

dshell/plugins/http/riphttp.py:182–184  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

180 return (range_start, range_end)
181
182 def done(self):
183 self.checkranges()
184 return self.complete
185
186 def checkranges(self):
187 self.ranges.sort()

Callers 2

__del__Method · 0.95
http_handlerMethod · 0.80

Calls 1

checkrangesMethod · 0.95

Tested by

no test coverage detected