MCPcopy 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
18382def ENSURE_OPERATION(pdf):
18383 if not JM_have_operation(pdf):
18384 raise Exception("No journalling operation started")
18385
18386
18387def INFINITE_IRECT():

Callers 5

get_new_xrefMethod · 0.85
insert_pdfMethod · 0.85
update_objectMethod · 0.85
_show_pdf_pageMethod · 0.85
JM_insert_fontFunction · 0.85

Calls 1

JM_have_operationFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…