Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
class
FetchError(Exception):
20
""
"Failed to materialize a plugin directory."
""
21
22
23
def
_run(cmd: list[str], *, cwd: Path | None = None) -> None:
Callers
9
_materialize_marketplace_source
Function · 0.85
marketplace_add
Function · 0.85
install_plugin_from_marketplace
Function · 0.85
install_plugin_local_path
Function · 0.85
_run
Function · 0.85
_copy_tree
Function · 0.85
_github_repo_url
Function · 0.85
_copy_subpath
Function · 0.85
fetch_plugin_source
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected