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

Method add_string

pipcl.py:863–865  ·  view source on GitHub ↗
(text, name)

Source from the content-addressed store, hash-verified

861 assert 0
862
863 def add_string(text, name):
864 textb = text.encode('utf8')
865 return add(textb, name)
866
867 found_pyproject_toml = False
868 for item in items:

Callers

nothing calls this directly

Calls 1

addFunction · 0.70

Tested by

no test coverage detected