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

Method debug

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

Source from the content-addressed store, hash-verified

309 self.log("ERROR", message, **kwargs)
310
311 def debug(self, message, **kwargs):
312 self.log("DEBUG", message, **kwargs)
313
314 def exception(self, message, **kwargs):
315 kwargs["exception"] = True

Callers

nothing calls this directly

Calls 1

logMethod · 0.95

Tested by

no test coverage detected