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

Method withStorage

core/rootvalue.go:940–946  ·  view source on GitHub ↗

withStorage returns a new root value with the given storage.

(st storage.RootStorage)

Source from the content-addressed store, hash-verified

938
939// withStorage returns a new root value with the given storage.
940func (root *RootValue) withStorage(st storage.RootStorage) *RootValue {
941 return &RootValue{
942 vrw: root.vrw,
943 ns: root.ns,
944 st: st,
945 }
946}

Callers 9

CreateDatabaseSchemaMethod · 0.95
DropDatabaseSchemaMethod · 0.95
RenameTableMethod · 0.95
SetCollationMethod · 0.95
SetFeatureVersionMethod · 0.95
WithStorageMethod · 0.95
putTableMethod · 0.95
RemoveTablesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected