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

Method normalize

src/engine/QuickAddEngine.test.ts:9–11  ·  view source on GitHub ↗
(folderPath: string, fileName: string)

Source from the content-addressed store, hash-verified

7 }
8
9 public normalize(folderPath: string, fileName: string): string {
10 return this.normalizeMarkdownFilePath(folderPath, fileName);
11 }
12
13 public run(): void {}
14}

Callers 7

sanitizeVaultPathFunction · 0.45
normalizeRootFunction · 0.45
isWithinAllowedRootsFunction · 0.45

Calls 1

Tested by

no test coverage detected