MCPcopy Create free account
hub / github.com/callumalpass/tasknotes / createTaskManager

Function createTaskManager

tests/unit/services/filterCacheIndexing.test.ts:53–63  ·  view source on GitHub ↗
(app: MockApp)

Source from the content-addressed store, hash-verified

51}
52
53function createTaskManager(app: MockApp): TaskManager {
54 return new TaskManager(
55 app,
56 {
57 ...DEFAULT_SETTINGS,
58 taskIdentificationMethod: "tag",
59 taskTag: "task",
60 },
61 new FieldMapper(DEFAULT_FIELD_MAPPING)
62 );
63}
64
65function createFilterService(taskManager: TaskManager, app: MockApp): FilterService {
66 return new FilterService(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected