Scope identifies whether a task is daemon-global or workspace-scoped.
| 7 | |
| 8 | // Scope identifies whether a task is daemon-global or workspace-scoped. |
| 9 | type Scope string |
| 10 | |
| 11 | const ( |
| 12 | // ScopeGlobal identifies a daemon-wide task with no workspace binding. |
no outgoing calls
no test coverage detected