MCPcopy Create free account
hub / github.com/coder/mux / setMaxTaskNestingDepth

Function setMaxTaskNestingDepth

src/browser/features/Settings/Sections/TasksSection.tsx:747–750  ·  view source on GitHub ↗
(rawValue: string)

Source from the content-addressed store, hash-verified

745 };
746
747 const setMaxTaskNestingDepth = (rawValue: string) => {
748 const parsed = Number(rawValue);
749 setTaskSettings((prev) => normalizeTaskSettings({ ...prev, maxTaskNestingDepth: parsed }));
750 };
751
752 const setProposePlanImplementReplacesChatHistory = (value: boolean) => {
753 setTaskSettings((prev) =>

Callers 1

TasksSectionFunction · 0.85

Calls 1

normalizeTaskSettingsFunction · 0.90

Tested by

no test coverage detected