MCPcopy Create free account
hub / github.com/conforma/cli / createTrackBundleFile

Function createTrackBundleFile

acceptance/cli/cli.go:830–832  ·  view source on GitHub ↗
(ctx context.Context, name string, content *godog.DocString)

Source from the content-addressed store, hash-verified

828}
829
830func createTrackBundleFile(ctx context.Context, name string, content *godog.DocString) (context.Context, error) {
831 return createGenericFile(ctx, name, content)
832}
833
834// theLogOutputShouldContain checks if the log output (stderr) contains the expected text
835func theLogOutputShouldContain(ctx context.Context, expected string) error {

Callers

nothing calls this directly

Calls 1

createGenericFileFunction · 0.85

Tested by

no test coverage detected