Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
47
func
(m *modelPipeline) List() []*Pipeline {
48
return
m.pipelines.List()
49
}
50
51
func
(m *modelPipeline) Get(id string) (*Pipeline, bool) {
52
return
m.pipelines.Get(id)
Callers
nothing calls this directly
Calls
1
List
Method · 0.65
Tested by
no test coverage detected