MCPcopy Index your code
hub / github.com/VectifyAI/PageIndex / info

Method info

pageindex/utils.py:305–306  ·  view source on GitHub ↗
(self, message, **kwargs)

Source from the content-addressed store, hash-verified

303 json.dump(self.log_data, f, indent=2)
304
305 def info(self, message, **kwargs):
306 self.log("INFO", message, **kwargs)
307
308 def error(self, message, **kwargs):
309 self.log("ERROR", message, **kwargs)

Callers 12

page_index_mainFunction · 0.95
find_toc_pagesFunction · 0.80
process_no_tocFunction · 0.80
fix_incorrect_tocFunction · 0.80
meta_processorFunction · 0.80
tree_parserFunction · 0.80

Calls 1

logMethod · 0.95

Tested by

no test coverage detected