MCPcopy Create free account
hub / github.com/scopecraft/command / MockTaskProviderProps

Interface MockTaskProviderProps

tasks-ui/src/context/MockTaskProvider.tsx:171–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169
170// Mock provider for Storybook stories
171interface MockTaskProviderProps {
172 children: React.ReactNode;
173 mockTasks?: Task[];
174 mockParentTasks?: ParentTask[];
175}
176
177export function MockTaskProvider({
178 children,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…