MCPcopy Create free account
hub / github.com/NVIDIA/SkillSpector / boom

Function boom

tests/integration/test_graph.py:85–86  ·  view source on GitHub ↗
(*_a: object, **_k: object)

Source from the content-addressed store, hash-verified

83 (tmp_path / "run.py").write_text("import os\nos.system('ls')\n", encoding="utf-8")
84
85 def boom(*_a: object, **_k: object) -> object:
86 raise RuntimeError("simulated LLM transport failure")
87
88 # Fail both LLM transports: get_chat_model (semantic analyzers + meta) and
89 # chat_completion (mcp_tool_poisoning TP4).

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected