MCPcopy Index your code
hub / github.com/go-task/task / name

Method name

task_test.go:404–406  ·  view source on GitHub ↗
(file string)

Source from the content-addressed store, hash-verified

402}
403
404func (fct fileContentTest) name(file string) string {
405 return fmt.Sprintf("target=%q,file=%q", fct.Target, file)
406}
407
408func (fct fileContentTest) Run(t *testing.T) {
409 t.Helper()

Callers 1

RunMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected