MCPcopy Index your code
hub / github.com/rilldata/rill / deleteRepo

Function deleteRepo

runtime/parser/parser_test.go:2542–2547  ·  view source on GitHub ↗
(t testing.TB, repo drivers.RepoStore, files ...string)

Source from the content-addressed store, hash-verified

2540}
2541
2542func deleteRepo(t testing.TB, repo drivers.RepoStore, files ...string) {
2543 for _, path := range files {
2544 err := repo.Delete(context.Background(), path, false)
2545 require.NoError(t, err)
2546 }
2547}
2548
2549func asPtr[T any](val T) *T {
2550 return &val

Callers 6

TestReparseFunction · 0.85
TestReparseNameCollisionFunction · 0.85
TestReparseRillYAMLFunction · 0.85
TestRefInferrenceFunction · 0.85
TestConnectorDeletionFunction · 0.85

Calls 1

DeleteMethod · 0.65

Tested by

no test coverage detected