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

Method formatTime

src/main.ts:1330–1332  ·  view source on GitHub ↗

* Formats time in minutes to a readable string

(minutes: number)

Source from the content-addressed store, hash-verified

1328 * Formats time in minutes to a readable string
1329 */
1330 formatTime(minutes: number): string {
1331 return formatTime(minutes);
1332 }
1333
1334 /**
1335 * Opens the task edit modal for a specific task

Callers

nothing calls this directly

Calls 1

formatTimeFunction · 0.90

Tested by

no test coverage detected