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

Method Get

ai-provider/local/executor.go:51–53  ·  view source on GitHub ↗
(id string)

Source from the content-addressed store, hash-verified

49}
50
51func (m *modelPipeline) Get(id string) (*Pipeline, bool) {
52 return m.pipelines.Get(id)
53}
54
55func (m *modelPipeline) Set(id string, p *Pipeline) error {
56 _, ok := m.pipelines.Get(id)

Callers

nothing calls this directly

Calls 1

GetMethod · 0.65

Tested by

no test coverage detected