(attr, term string)
| 42 | } |
| 43 | |
| 44 | func RootNsIndexKey(attr, term string) []byte { |
| 45 | attr = x.AttrInRootNamespace(attr) |
| 46 | return x.IndexKey(attr, term) |
| 47 | } |
| 48 | |
| 49 | func RootNsCountKey(attr string, count uint32, reverse bool) []byte { |
| 50 | attr = x.AttrInRootNamespace(attr) |
nothing calls this directly
no test coverage detected