MCPcopy
hub / github.com/kptdev/kpt / CommitTag

Function CommitTag

internal/testutil/testutil.go:286–289  ·  view source on GitHub ↗
(t *testing.T, g *TestGitRepo, tag string)

Source from the content-addressed store, hash-verified

284}
285
286func CommitTag(t *testing.T, g *TestGitRepo, tag string) {
287 Commit(t, g, tag)
288 Tag(t, g, tag)
289}
290
291func CopyData(t *testing.T, g *TestGitRepo, data, dest string) {
292 if !filepath.IsAbs(data) {

Callers

nothing calls this directly

Calls 2

CommitFunction · 0.85
TagFunction · 0.85

Tested by

no test coverage detected