MCPcopy Create free account
hub / github.com/VectifyAI/PageIndex / get_last_node

Function get_last_node

pageindex/utils.py:217–218  ·  view source on GitHub ↗
(structure)

Source from the content-addressed store, hash-verified

215 return False
216
217def get_last_node(structure):
218 return structure[-1]
219
220
221def extract_text_from_pdf(pdf_path):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected