MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / init

Function init

module/ai-local/module.go:31–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29}
30
31func init() {
32 localModel := new(imlLocalModel)
33 autowire.Auto[ILocalModelModule](func() reflect.Value {
34 gateway.RegisterInitHandleFunc(localModel.initGateway)
35 return reflect.ValueOf(localModel)
36 })
37}

Callers

nothing calls this directly

Calls 1

RegisterInitHandleFuncFunction · 0.92

Tested by

no test coverage detected