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

Method GetRootObjectID

core/rootobject/objinterface/root_object.go:35–35  ·  view source on GitHub ↗

GetRootObjectID returns the root object ID.

()

Source from the content-addressed store, hash-verified

33 GetID() id.Id
34 // GetRootObjectID returns the root object ID.
35 GetRootObjectID() RootObjectID
36 // Serialize returns the byte representation of the root object.
37 Serialize(ctx context.Context) ([]byte, error)
38}

Callers 3

CreateConflictFunction · 0.65
HandleMergeFunction · 0.65
PutRootObjectFunction · 0.65

Implementers 8

Triggercore/triggers/collection.go
Functioncore/functions/collection.go
Conflictcore/conflicts/collection.go
Extensioncore/extensions/collection.go
Sequencecore/sequences/collection.go
Procedurecore/procedures/collection.go
Castcore/casts/collection.go
TypeWrappercore/typecollection/typecollection.go

Calls

no outgoing calls

Tested by

no test coverage detected