MCPcopy Create free account
hub / github.com/defold/defold / dmHashBuffer32

Function dmHashBuffer32

engine/dlib/src/python/dlib/__init__.py:75–76  ·  view source on GitHub ↗
(buf)

Source from the content-addressed store, hash-verified

73
74
75def dmHashBuffer32(buf):
76 return dlib.dmHashBuffer32(buf.encode('ascii'), len(buf))
77
78def dmHashBuffer64(buf):
79 return dlib.dmHashBuffer64(buf.encode('ascii'), len(buf))

Callers

nothing calls this directly

Calls 1

encodeMethod · 0.45

Tested by

no test coverage detected