Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pymupdf/PyMuPDF
/ ENSURE_OPERATION
Function
ENSURE_OPERATION
src/__init__.py:18382–18384 ·
view source on GitHub ↗
(pdf)
Source
from the content-addressed store, hash-verified
18380
18381
18382
def
ENSURE_OPERATION(pdf):
18383
if
not JM_have_operation(pdf):
18384
raise
Exception(
"No journalling operation started"
)
18385
18386
18387
def
INFINITE_IRECT():
Callers
5
get_new_xref
Method · 0.85
insert_pdf
Method · 0.85
update_object
Method · 0.85
_show_pdf_page
Method · 0.85
JM_insert_font
Function · 0.85
Calls
1
JM_have_operation
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…