NodeStore implements the interface doltdb.RootValue.
()
| 586 | |
| 587 | // NodeStore implements the interface doltdb.RootValue. |
| 588 | func (root *RootValue) NodeStore() tree.NodeStore { |
| 589 | return root.ns |
| 590 | } |
| 591 | |
| 592 | // NomsValue implements the interface doltdb.RootValue. |
| 593 | func (root *RootValue) NomsValue() types.Value { |
no outgoing calls
no test coverage detected