MCPcopy Create free account
hub / github.com/dolthub/doltgresql / NodeStore

Method NodeStore

core/rootvalue.go:588–590  ·  view source on GitHub ↗

NodeStore implements the interface doltdb.RootValue.

()

Source from the content-addressed store, hash-verified

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

Callers 11

putTableMethod · 0.95
LoadTriggersFunction · 0.80
LoadFunctionsFunction · 0.80
LoadConflictsFunction · 0.80
CreateProllyMapMethod · 0.80
GetProllyMapMethod · 0.80
LoadExtensionsFunction · 0.80
LoadSequencesFunction · 0.80
LoadProceduresFunction · 0.80
LoadCastsFunction · 0.80
LoadTypesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected