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

Function WithListOptions

formatter_test.go:73–75  ·  view source on GitHub ↗

Functional options WithListOptions sets the list options for the formatter.

(opts task.ListOptions)

Source from the content-addressed store, hash-verified

71
72// WithListOptions sets the list options for the formatter.
73func WithListOptions(opts task.ListOptions) FormatterTestOption {
74 return &listOptionsTestOption{opts}
75}
76
77type listOptionsTestOption struct {
78 listOptions task.ListOptions

Callers 5

TestNoLabelInListFunction · 0.85
TestListAllShowsNoDescFunction · 0.85
TestListCanListDescOnlyFunction · 0.85
TestJsonListFormatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…