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

Method post

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

Source from the content-addressed store, hash-verified

876 return output_path # Return the final path
877
878 def post(self, shared, prep_res, exec_res):
879 shared["final_output_dir"] = exec_res # Store the output path
880 print(f"\nTutorial generation complete! Files are in: {exec_res}")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected