Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/APIParkLab/APIPark
/ StopPull
Function
StopPull
ai-provider/local/executor.go:284–289 ·
view source on GitHub ↗
(model string)
Source
from the content-addressed store, hash-verified
282
}
283
284
func
StopPull(model string) {
285
if
client == nil {
286
return
287
}
288
taskExecutor.CloseModelPipeline(model)
289
}
290
291
func
CancelPipeline(model string, id string) {
292
taskExecutor.ClosePipeline(model, id)
Callers
1
stopPull
Function · 0.85
Calls
1
CloseModelPipeline
Method · 0.80
Tested by
1
stopPull
Function · 0.68