Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/callumalpass/tasknotes
/ task
Function
task
tests/unit/modals/taskModalSubtasks.test.ts:19–21 ·
view source on GitHub ↗
(path: string)
Source
from the content-addressed store, hash-verified
17
}
18
19
function
task(path: string): Pick<TaskInfo,
"path"
|
"title"
> {
20
return
{ path, title: path };
21
}
22
23
function
taskInfo(path: string): TaskInfo {
24
return
{
Callers
1
taskModalSubtasks.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected