MCPcopy Create free account
hub / github.com/BUPT-GAMMA/MASFactory / _node_config

Function _node_config

masfactory/compatibility/chatdev/materialize.py:30–33  ·  view source on GitHub ↗
(ext)

Source from the content-addressed store, hash-verified

28
29
30def _node_config(ext) -> dict[str, Any]:
31 raw = ext.raw or {}
32 cfg = raw.get("config")
33 return cfg if isinstance(cfg, dict) else {}
34
35
36def _graph_store(owner: OwnerGraph) -> dict[str, Any]:

Callers 1

_materialize_nodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected