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

Function init

module/dynamic-module/dynamic_module.go:30–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28}
29
30func init() {
31 autowire.Auto[IDynamicModuleModule](func() reflect.Value {
32 m := new(imlDynamicModule)
33 gateway.RegisterInitHandleFunc(m.initGateway)
34 return reflect.ValueOf(m)
35 })
36}

Callers

nothing calls this directly

Calls 1

RegisterInitHandleFuncFunction · 0.92

Tested by

no test coverage detected