MCPcopy Index your code
hub / github.com/dask/dask / normalize_buffer

Function normalize_buffer

dask/tokenize.py:433–434  ·  view source on GitHub ↗
(buf)

Source from the content-addressed store, hash-verified

431
432 @normalize_token.register(pa.Buffer)
433 def normalize_buffer(buf):
434 return ("pa.Buffer", hash_buffer_hex(buf))
435
436
437@normalize_token.register_lazy("numpy")

Callers

nothing calls this directly

Calls 1

hash_buffer_hexFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…