MCPcopy Create free account
hub / github.com/Thunder-Compute/thunder-cli / tmplEntry

Function tmplEntry

cmd/create_test.go:34–36  ·  view source on GitHub ↗
(key, displayName string)

Source from the content-addressed store, hash-verified

32}
33
34func tmplEntry(key, displayName string) api.TemplateEntry {
35 return api.TemplateEntry{Key: key, Template: types.EnvironmentTemplate{DisplayName: displayName}}
36}
37
38func TestCreateFlagsDoNotRequireDisk(t *testing.T) {
39 cmd := &cobra.Command{}

Calls

no outgoing calls

Tested by

no test coverage detected