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

Function emptyRuntimeTaskQuery

src/api/TaskNotesAPI.ts:3071–3078  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3069}
3070
3071function emptyRuntimeTaskQuery(): TaskNotesRuntimeNormalizedTaskQuery {
3072 return {
3073 sort: [],
3074 offset: 0,
3075 group: [],
3076 scope: { includeArchived: true },
3077 };
3078}
3079
3080function normalizeRuntimeLimit(
3081 value: unknown,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected