MCPcopy Create free account
hub / github.com/chhoumann/quickadd / getPaths

Method getPaths

src/quickAddSettingsTab.ts:460–461  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

458 const listEl = container.createDiv("qa-template-folder-list");
459
460 const getPaths = (): string[] =>
461 normalizeTemplateFolderPaths(settingsStore.getState().templateFolderPaths);
462 const setPaths = (paths: string[]): void => {
463 settingsStore.setState({ templateFolderPaths: paths });
464 };

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected