MCPcopy
hub / github.com/ChristianLempa/boilerplates / info

Method info

cli/core/display/__init__.py:151–153  ·  view source on GitHub ↗

Display an info message.

(self, message: str, context: str | None = None)

Source from the content-addressed store, hash-verified

149 return self.status.success(message, context)
150
151 def info(self, message: str, context: str | None = None) -> None:
152 """Display an info message."""
153 return self.status.info(message, context)
154
155 def skipped(self, message: str, reason: str | None = None) -> None:
156 """Display skipped message."""

Callers 15

init_appFunction · 0.45
runFunction · 0.45
addFunction · 0.45
removeFunction · 0.45
add_infoMethod · 0.45
findMethod · 0.45
registerMethod · 0.45
list_templatesFunction · 0.45
search_templatesFunction · 0.45
check_output_directoryFunction · 0.45
execute_dry_runFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected