MCPcopy 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
84func (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

NewGetFunction · 0.92

Tested by

no test coverage detected