Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
log
Method · 0.95
Tested by
no test coverage detected