Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/APIParkLab/APIPark
/ OnComplete
Method
OnComplete
service/ai-model/iml.go:84–87 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
82
}
83
84
func
(i *imlProviderModelService) OnComplete() {
85
i.IServiceGet = universally.NewGet[ProviderModel, ai.ProviderModel](i.store, FromEntity)
86
i.IServiceDelete = universally.NewDelete[ai.ProviderModel](i.store)
87
}
Callers
nothing calls this directly
Calls
1
NewGet
Function · 0.92
Tested by
no test coverage detected