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

Struct nodeCore

pocketflow.go:112–115  ·  view source on GitHub ↗

--- Common Node Implementation Details ---

Source from the content-addressed store, hash-verified

110// --- Common Node Implementation Details ---
111
112type nodeCore struct {
113 params map[string]any
114 successors map[string]BaseNode
115}
116
117func (n *nodeCore) initCore() {
118 if n.params == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected