MCPcopy
hub / github.com/marimo-team/marimo / hash_code

Function hash_code

marimo/_utils/code.py:5–8  ·  view source on GitHub ↗
(code: str)

Source from the content-addressed store, hash-verified

3
4
5def hash_code(code: str) -> str:
6 import hashlib
7
8 return hashlib.md5(code.encode("utf-8"), usedforsecurity=False).hexdigest()

Callers 15

_hash_codeFunction · 0.90
previewFunction · 0.90
_maybe_as_anywidget_htmlFunction · 0.90
render_static_notebookFunction · 0.90
export_as_htmlMethod · 0.90
__init__Method · 0.90
setUpMethod · 0.90

Calls 1

encodeMethod · 0.80

Used in the wild real call sites across dependent graphs

searching dependent graphs…