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

Method post

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

Source from the content-addressed store, hash-verified

530 return ordered_indices # Return the list of indices
531
532 def post(self, shared, prep_res, exec_res):
533 # exec_res is already the list of ordered indices
534 shared["chapter_order"] = exec_res # List of indices
535
536
537class WriteChapters(BatchNode):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected