Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
51
func
(m *modelPipeline) Get(id string) (*Pipeline, bool) {
52
return
m.pipelines.Get(id)
53
}
54
55
func
(m *modelPipeline) Set(id string, p *Pipeline) error {
56
_, ok := m.pipelines.Get(id)
Callers
nothing calls this directly
Calls
1
Get
Method · 0.65
Tested by
no test coverage detected