MCPcopy Create free account
hub / github.com/IceFireDB/IceFireDB / cmdINFO

Function cmdINFO

servers.go:14–19  ·  view source on GitHub ↗
(_ uhaha.Machine, args []string)

Source from the content-addressed store, hash-verified

12}
13
14func cmdINFO(_ uhaha.Machine, args []string) (interface{}, error) {
15 if len(args) != 1 {
16 return nil, uhaha.ErrWrongNumArgs
17 }
18 return serverInfo.Dump(""), nil
19}
20
21func cmdFLUSHALL(_ uhaha.Machine, args []string) (interface{}, error) {
22 if len(args) != 1 {

Callers

nothing calls this directly

Calls 1

DumpMethod · 0.45

Tested by

no test coverage detected