Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
normalizeForComparison
Method · 0.45
normalizeForComparison
Method · 0.45
QuickAddEngine.test.ts
File · 0.45
allowedRoots.test.ts
File · 0.45
sanitizeVaultPath
Function · 0.45
normalizeRoot
Function · 0.45
isWithinAllowedRoots
Function · 0.45
Calls
1
normalizeMarkdownFilePath
Method · 0.80
Tested by
no test coverage detected