MCPcopy Create free account
hub / github.com/ContentSquare/chproxy / setDefaults

Method setDefaults

config/config.go:877–881  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

875}
876
877func (u *User) setDefaults() {
878 if u.MaxExecutionTime == 0 {
879 u.MaxExecutionTime = defaultExecutionTime
880 }
881}
882
883// NetworkGroups describes a named Networks lists
884type NetworkGroups struct {

Callers 1

setDefaultsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected