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

Method error

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

Source from the content-addressed store, hash-verified

306 self.log("INFO", message, **kwargs)
307
308 def error(self, message, **kwargs):
309 self.log("ERROR", message, **kwargs)
310
311 def debug(self, message, **kwargs):
312 self.log("DEBUG", message, **kwargs)

Callers 4

llm_completionFunction · 0.80
llm_acompletionFunction · 0.80
extract_jsonFunction · 0.80

Calls 1

logMethod · 0.95

Tested by

no test coverage detected