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

Method _gethash

database/db.py:90–92  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

88 pass
89
90 def _gethash(self, data):
91 line = ''.join(data)
92 return Hashing.get_md5(line)
93
94 def select_table(self, table_name:str) -> Result:
95 result = Result(table_name=table_name)

Callers

nothing calls this directly

Calls 1

get_md5Method · 0.80

Tested by

no test coverage detected