(attr string)
| 22 | ) |
| 23 | |
| 24 | func RootNsSchemaKey(attr string) []byte { |
| 25 | attr = x.AttrInRootNamespace(attr) |
| 26 | return x.SchemaKey(attr) |
| 27 | } |
| 28 | |
| 29 | func RootNsTypeKey(attr string) []byte { |
| 30 | attr = x.AttrInRootNamespace(attr) |
searching dependent graphs…