ParseWithNamespace parses the schema and forces the given namespace on each of the type/predicate.
(s string, namespace uint64)
| 719 | // ParseWithNamespace parses the schema and forces the given namespace on each of the |
| 720 | // type/predicate. |
| 721 | func ParseWithNamespace(s string, namespace uint64) (*ParsedSchema, error) { |
| 722 | return parse(s, namespace) |
| 723 | } |
no test coverage detected