MCPcopy
hub / github.com/langbot-app/LangBot / get_coverage_file

Method get_coverage_file

tests/e2e/utils/process_manager.py:188–190  ·  view source on GitHub ↗

Get coverage data file path.

(self)

Source from the content-addressed store, hash-verified

186 return stdout, stderr
187
188 def get_coverage_file(self) -> Optional[Path]:
189 """Get coverage data file path."""
190 return self._coverage_file
191
192 def health_check(self) -> bool:
193 """Check if LangBot API is responding."""

Callers 1

langbot_processFunction · 0.95

Calls

no outgoing calls

Tested by 1

langbot_processFunction · 0.76