MCPcopy
hub / github.com/mudler/LocalAI / WithDebug

Function WithDebug

core/config/application_config.go:670–674  ·  view source on GitHub ↗
(debug bool)

Source from the content-addressed store, hash-verified

668}
669
670func WithDebug(debug bool) AppOption {
671 return func(o *ApplicationConfig) {
672 o.Debug = debug
673 }
674}
675
676func WithTracingMaxItems(items int) AppOption {
677 return func(o *ApplicationConfig) {

Callers 5

app_test.goFile · 0.92
RunMethod · 0.92
mainFunction · 0.92
e2e_suite_test.goFile · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected