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

Function toggleBlockingTasks

src/ui/TaskCard.ts:414–426  ·  view source on GitHub ↗
(
	card: HTMLElement,
	task: TaskInfo,
	plugin: TaskNotesPlugin,
	shouldExpand: boolean
)

Source from the content-addressed store, hash-verified

412}
413
414export async function toggleBlockingTasks(
415 card: HTMLElement,
416 task: TaskInfo,
417 plugin: TaskNotesPlugin,
418 shouldExpand: boolean
419): Promise<void> {
420 await toggleBlockingTasksExpansion(
421 createRelationshipExpansionContext(plugin),
422 card,
423 task,
424 shouldExpand
425 );
426}
427
428export async function toggleBlockedByTasks(
429 card: HTMLElement,

Callers 3

toggleBlockingTasksMethod · 0.85

Tested by

no test coverage detected