MCPcopy Index your code
hub / github.com/kptdev/kpt / getTestUtilGoFilePath

Function getTestUtilGoFilePath

internal/testutil/testutil.go:405–411  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

403}
404
405func getTestUtilGoFilePath() (string, error) {
406 _, filename, _, ok := runtime.Caller(1)
407 if !ok {
408 return "", errors.Errorf("failed to testutil package location")
409 }
410 return filename, nil
411}
412
413// Tag initializes tags the git repository
414func (g *TestGitRepo) Tag(tagName string) error {

Callers 1

GetTestDataPathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected