MCPcopy
hub / github.com/go-task/task / listOptionsTestOption

Struct listOptionsTestOption

formatter_test.go:77–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77type listOptionsTestOption struct {
78 listOptions task.ListOptions
79}
80
81func (opt *listOptionsTestOption) applyToFormatterTest(t *FormatterTest) {
82 t.listOptions = opt.listOptions

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected