MCPcopy Index your code
hub / github.com/The-Pocket/PocketFlow-Tutorial-Codebase-Knowledge / post

Method post

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

Source from the content-addressed store, hash-verified

78 return files_list
79
80 def post(self, shared, prep_res, exec_res):
81 shared["files"] = exec_res # List of (path, content) tuples
82
83
84class IdentifyAbstractions(Node):

Callers 1

_call_llm_providerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected