MCPcopy Index your code
hub / github.com/Codeplain-ai/codeplain / debug

Method debug

plain2code_console.py:56–58  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

54 super().print(*args, **kwargs, style=self.OUTPUT_STYLE)
55
56 def debug(self, *args, **kwargs):
57 logger.debug(" ".join(map(str, args)))
58 super().print(*args, **kwargs, style=self.DEBUG_STYLE)
59
60 def print_list(self, items, style=None):
61 for item in items:

Callers 15

print_resourcesMethod · 0.95
list_all_text_filesFunction · 0.80
store_response_filesFunction · 0.80
__init__Method · 0.80
print_listMethod · 0.80
print_filesMethod · 0.80
_handle_retry_logicMethod · 0.80
post_requestMethod · 0.80
fetch_memory_filesMethod · 0.80

Calls

no outgoing calls

Tested by 4

executeMethod · 0.64