Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CodisLabs/codis
/ String
Method
String
pkg/proxy/config.go:206–212 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
204
}
205
206
func
(c *Config) String() string {
207
var
b bytes.Buffer
208
e := toml.NewEncoder(&b)
209
e.Indent =
" "
210
e.Encode(c)
211
return
b.String()
212
}
213
214
func
(c *Config) Validate() error {
215
if
c.ProtoType ==
""
{
Callers
5
newConnPair
Function · 0.45
New
Function · 0.45
setup
Method · 0.45
Stats
Method · 0.45
lockFs
Method · 0.45
Calls
1
Encode
Method · 0.95
Tested by
1
newConnPair
Function · 0.36