Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
log2
Function · 0.85
add_content
Method · 0.80
add
Function · 0.70
write
Method · 0.45
Tested by
no test coverage detected