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

Method output

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

Source from the content-addressed store, hash-verified

50 super().print(*args, **kwargs, style=self.INPUT_STYLE)
51
52 def output(self, *args, **kwargs):
53 logger.info(" ".join(map(str, args)))
54 super().print(*args, **kwargs, style=self.OUTPUT_STYLE)
55
56 def debug(self, *args, **kwargs):
57 logger.debug(" ".join(map(str, args)))

Callers

nothing calls this directly

Calls 1

infoMethod · 0.80

Tested by

no test coverage detected