MCPcopy Create free account
hub / github.com/ScrapeGraphAI/Scrapegraph-ai / execute

Method execute

tests/test_csv_scraper_multi_graph.py:18–20  ·  view source on GitHub ↗
(self, inputs)

Source from the content-addressed store, hash-verified

16 self.answer = answer
17
18 def execute(self, inputs):
19 # Returns a tuple of (final_state, execution_info)
20 return ({"answer": self.answer}, {})
21
22
23class DummyGraphNoAnswer:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected