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

Function removeSubtask

src/modals/TaskModal.ts:1184–1187  ·  view source on GitHub ↗
(file: TAbstractFile)

Source from the content-addressed store, hash-verified

1182 }
1183
1184 protected removeSubtask(file: TAbstractFile): void {
1185 this.selectedSubtaskFiles = removeTaskModalSubtaskFile(this.selectedSubtaskFiles, file);
1186 void this.renderSubtasksList();
1187 }
1188
1189 protected async renderSubtasksList(): Promise<void> {
1190 await renderTaskModalSubtasksList({

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected