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

Function NewConfig

ai-provider/model-runtime/loader.go:22–24  ·  view source on GitHub ↗
(cfg string, validator IParamValidator)

Source from the content-addressed store, hash-verified

20}
21
22func NewConfig(cfg string, validator IParamValidator) *Config {
23 return &Config{cfg: cfg, validator: validator}
24}
25
26type Config struct {
27 cfg string

Callers 4

NewCustomizeProviderFunction · 0.85
NewProviderFunction · 0.85
NewCustomizeModelFunction · 0.85
NewModelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected