MCPcopy Index your code
hub / github.com/pymupdf/PyMuPDF / add_str

Method add_str

pipcl.py:761–762  ·  view source on GitHub ↗
(content, to_)

Source from the content-addressed store, hash-verified

759 assert 0
760
761 def add_str(content, to_):
762 add(content.encode('utf8'), to_)
763
764 dist_info_dir = self._dist_info_dir()
765

Callers

nothing calls this directly

Calls 4

log2Function · 0.85
add_contentMethod · 0.80
addFunction · 0.70
writeMethod · 0.45

Tested by

no test coverage detected