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

Function verifyGithubRepoContents

cli/cmd/deploy/deploy_test.go:369–372  ·  view source on GitHub ↗
(t *testing.T, client *github.Client, remote string, changes map[string]string)

Source from the content-addressed store, hash-verified

367}
368
369func verifyGithubRepoContents(t *testing.T, client *github.Client, remote string, changes map[string]string) {
370 t.Helper()
371 verifyGithubRepoBranchContents(t, client, remote, "", changes)
372}
373
374func verifyGithubRepoBranchContents(t *testing.T, client *github.Client, remote string, branch string, changes map[string]string) {
375 t.Helper()

Callers 3

TestManagedDeployFunction · 0.85
testSelfHostedDeployFunction · 0.85

Calls 1

Tested by

no test coverage detected