MCPcopy Create free account
hub / github.com/expr-lang/expr / NewDefaultConfig

Function NewDefaultConfig

internal/spew/config.go:304–306  ·  view source on GitHub ↗

NewDefaultConfig returns a ConfigState with the following default settings. Indent: " " MaxDepth: 0 DisableMethods: false DisablePointerMethods: false ContinueOnMethod: false SortKeys: false

()

Source from the content-addressed store, hash-verified

302// ContinueOnMethod: false
303// SortKeys: false
304func NewDefaultConfig() *ConfigState {
305 return &ConfigState{Indent: " "}
306}

Callers 2

initSpewTestsFunction · 0.92

Calls

no outgoing calls

Tested by 2

initSpewTestsFunction · 0.74

Used in the wild real call sites across dependent graphs

searching dependent graphs…