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

Method List

ai-provider/local/executor.go:47–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45}
46
47func (m *modelPipeline) List() []*Pipeline {
48 return m.pipelines.List()
49}
50
51func (m *modelPipeline) Get(id string) (*Pipeline, bool) {
52 return m.pipelines.Get(id)

Callers

nothing calls this directly

Calls 1

ListMethod · 0.65

Tested by

no test coverage detected