(ns uint64, preds []string)
| 81 | } |
| 82 | |
| 83 | func NamespaceAttrList(ns uint64, preds []string) []string { |
| 84 | var resp []string |
| 85 | for _, pred := range preds { |
| 86 | resp = append(resp, NamespaceAttr(ns, pred)) |
| 87 | } |
| 88 | return resp |
| 89 | } |
| 90 | |
| 91 | func AttrInRootNamespace(attr string) string { |
| 92 | return NamespaceAttr(RootNamespace, attr) |
no test coverage detected