MCPcopy Create free account
hub / github.com/The-Pocket/PocketFlow-Go / SetParams

Method SetParams

pocketflow.go:414–417  ·  view source on GitHub ↗

--- BaseNode Implementation for BatchNode ---

(params map[string]any)

Source from the content-addressed store, hash-verified

412// --- BaseNode Implementation for BatchNode ---
413
414func (bn *BatchNode) SetParams(params map[string]any) BaseNode {
415 bn.nodeCore.SetParams(params)
416 return bn
417}
418
419func (bn *BatchNode) Next(action string, node BaseNode) BaseNode {
420 return bn.nodeCore.Next(action, node)

Callers

nothing calls this directly

Calls 1

SetParamsMethod · 0.65

Tested by

no test coverage detected