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

Method Diffs

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

Diffs returns the diffs for the conflict, along with the merged root object if there are no diffs.

(ctx context.Context)

Source from the content-addressed store, hash-verified

45 GetContainedRootObjectID() RootObjectID
46 // Diffs returns the diffs for the conflict, along with the merged root object if there are no diffs.
47 Diffs(ctx context.Context) ([]RootObjectDiff, RootObject, error)
48 // FieldType returns the type associated with the given field name. Returns nil if the name does not match a field.
49 FieldType(ctx context.Context, name string) *pgtypes.DoltgresType
50}

Callers 2

CreateConflictFunction · 0.95
PutRootObjectFunction · 0.65

Implementers 1

Conflictcore/conflicts/collection.go

Calls

no outgoing calls

Tested by

no test coverage detected