MCPcopy Create free account
hub / github.com/alecthomas/devtodo2 / String

Method String

todo.go:159–161  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

157}
158
159func (t Order) String() string {
160 return orderToString[t]
161}
162
163func OrderFromString(order string) (Order, bool) {
164 reversed := false

Callers 5

toMarshalableTaskFunction · 0.45
ShowTaskInfoMethod · 0.45
main.goFile · 0.45
taskToInfoFunction · 0.45
collectTasksFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected