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

Function getProjectStringContext

src/modals/TaskModal.ts:1132–1138  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1130 }
1131
1132 private getProjectStringContext(): TaskModalProjectStringContext {
1133 return {
1134 sourcePath: this.getCurrentTaskPath() || "",
1135 getMarkdownFiles: () => this.getMarkdownFiles(),
1136 resolveLink: (linkPath, sourcePath) => this.resolveLink(linkPath, sourcePath),
1137 };
1138 }
1139
1140 protected renderProjectsList(): void {
1141 renderTaskModalProjectsList({

Callers

nothing calls this directly

Calls 2

getCurrentTaskPathMethod · 0.80
getMarkdownFilesMethod · 0.80

Tested by

no test coverage detected