MCPcopy Index your code
hub / github.com/callumalpass/tasknotes / status

Function status

tests/unit/modals/taskModalActionValues.test.ts:9–20  ·  view source on GitHub ↗
(value: string, order: number)

Source from the content-addressed store, hash-verified

7} from "../../../src/modals/taskModalActionValues";
8
9function status(value: string, order: number): StatusConfig {
10 return {
11 id: value,
12 value,
13 label: value,
14 color: "",
15 order,
16 isCompleted: false,
17 autoArchive: false,
18 autoArchiveDelay: 0,
19 };
20}
21
22function priority(value: string, weight: number): PriorityConfig {
23 return {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected