MCPcopy
hub / github.com/git-lfs/git-lfs / RepoCallback

Interface RepoCallback

t/cmd/util/testutils.go:80–85  ·  view source on GitHub ↗

Callback interface (testing.T compatible)

Source from the content-addressed store, hash-verified

78
79// Callback interface (testing.T compatible)
80type RepoCallback interface {
81 // Fatalf reports error and fails
82 Fatalf(format string, args ...interface{})
83 // Errorf reports error and continues
84 Errorf(format string, args ...interface{})
85}
86
87type Repo struct {
88 // Path to the repo, working copy if non-bare

Callers 16

fakeObjectsWithRandoDataFunction · 0.65
TestEncodeFunction · 0.65
TestEncodeExtensionsFunction · 0.65
DatabaseFromFixtureFunction · 0.65
AssertBlobContentsFunction · 0.65
AssertCommitParentFunction · 0.65
AssertCommitTreeFunction · 0.65
TestExpandPathFunction · 0.65
setupPathsMethod · 0.65
TestDirWalkerWalkFunction · 0.65
assertSchemaFunction · 0.65

Implementers 2

testDataCallbackt/git-lfs-test-server-api/main.go
TestUtilRepoCallbackt/cmd/lfstest-testutils.go

Calls

no outgoing calls

Tested by

no test coverage detected