Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
877
func
(u *User) setDefaults() {
878
if
u.MaxExecutionTime == 0 {
879
u.MaxExecutionTime = defaultExecutionTime
880
}
881
}
882
883
// NetworkGroups describes a named Networks lists
884
type
NetworkGroups
struct
{
Callers
1
setDefaults
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected