MCPcopy Create free account
hub / github.com/The-Pocket/PocketFlow-Tutorial-Codebase-Knowledge / post

Method post

nodes.py:234–237  ·  view source on GitHub ↗
(self, shared, prep_res, exec_res)

Source from the content-addressed store, hash-verified

232 return validated_abstractions
233
234 def post(self, shared, prep_res, exec_res):
235 shared["abstractions"] = (
236 exec_res # List of {"name": str, "description": str, "files": [int]}
237 )
238
239
240class AnalyzeRelationships(Node):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected