A TaskElement is a key-value pair that is used for initializing a Tasks structure.
| 24 | // A TaskElement is a key-value pair that is used for initializing a Tasks |
| 25 | // structure. |
| 26 | TaskElement orderedmap.Element[string, *Task] |
| 27 | ) |
| 28 | |
| 29 | // NewTasks creates a new instance of Tasks and initializes it with the provided |
nothing calls this directly
no outgoing calls
no test coverage detected