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

Method getTaskLinkDetectionService

src/main.ts:1715–1724  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1713 }
1714
1715 private async getTaskLinkDetectionService(): Promise<TaskLinkDetectionServiceInstance> {
1716 if (!this.taskLinkDetectionService) {
1717 const { TaskLinkDetectionService } = await import(
1718 "./services/TaskLinkDetectionService"
1719 );
1720 this.taskLinkDetectionService = new TaskLinkDetectionService(this);
1721 }
1722
1723 return this.taskLinkDetectionService;
1724 }
1725
1726 private getTaskLinkAtCursor(
1727 editor: Editor,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected