MCPcopy Index your code
hub / github.com/omkarcloud/botasaurus / hash

Method hash

botasaurus/cache.py:275–276  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

273
274 @staticmethod
275 def hash(data):
276 return _hash(data)
277
278 @staticmethod
279 def has(func, key_data):

Callers 3

get_items_hashesMethod · 0.45
filter_items_in_cacheMethod · 0.45

Calls 1

_hashFunction · 0.70

Tested by

no test coverage detected