MCPcopy Create free account
hub / github.com/deepelementlab/jupyter-studio / FetchError

Class FetchError

clawcode/clawcode/plugin/fetch.py:19–20  ·  view source on GitHub ↗

Failed to materialize a plugin directory.

Source from the content-addressed store, hash-verified

17
18
19class FetchError(Exception):
20 """Failed to materialize a plugin directory."""
21
22
23def _run(cmd: list[str], *, cwd: Path | None = None) -> None:

Callers 9

marketplace_addFunction · 0.85
_runFunction · 0.85
_copy_treeFunction · 0.85
_github_repo_urlFunction · 0.85
_copy_subpathFunction · 0.85
fetch_plugin_sourceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected