MCPcopy Create free account
hub / github.com/MG-RAST/Shock / All

Method All

shock-server/util/util.go:45–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43}
44
45func (q *Query) All() map[string][]string {
46 return q.list
47}
48
49func RandString(l int) (s string) {
50 rand.Seed(time.Now().UTC().UnixNano())

Callers 4

AdminGetFunction · 0.80
InitializeFunction · 0.80
PrintFunction · 0.80
dbFindFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected