MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / modelPipeline

Struct modelPipeline

ai-provider/local/executor.go:39–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39type modelPipeline struct {
40 ctx context.Context
41 cancel context.CancelFunc
42 pipelines eosc.Untyped[string, *Pipeline]
43 pullFn PullCallback
44 maxSize int
45}
46
47func (m *modelPipeline) List() []*Pipeline {
48 return m.pipelines.List()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected