MCPcopy Create free account
hub / github.com/BIT-DataLab/LakeBench / get_buffer

Method get_buffer

join/LSH/datasketch/storage.py:295–298  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

293
294 @classmethod
295 def get_buffer(cls):
296 if cls.__session_buffer is None:
297 cls.__session_buffer = []
298 return cls.__session_buffer
299
300 @classmethod
301 def get_select_buffer(cls):

Callers 1

__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected