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

Method attach

masfactory/compatibility/dify/runtime.py:47–48  ·  view source on GitHub ↗
(self, store: dict[str, Any])

Source from the content-addressed store, hash-verified

45 return state
46
47 def attach(self, store: dict[str, Any]) -> None:
48 store[STATE_KEY] = self
49
50 def set_node_output(self, node_id: str, output: dict[str, Any]) -> None:
51 self.node_outputs[str(node_id)] = dict(output)

Callers 2

blueprint_to_dify_graphFunction · 0.45
invokeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected