MCPcopy Create free account
hub / github.com/backnotprop/plannotator / getLookupKey

Function getLookupKey

packages/shared/resolve-file.ts:165–167  ·  view source on GitHub ↗
(input: string, isBareFilename: boolean)

Source from the content-addressed store, hash-verified

163}
164
165function getLookupKey(input: string, isBareFilename: boolean): string {
166 return isBareFilename ? getLowercaseBasename(input) : input.toLowerCase();
167}
168
169function resolveAbsolutePath(
170 input: string,

Callers 1

resolveMarkdownFileCoreFunction · 0.85

Calls 1

getLowercaseBasenameFunction · 0.85

Tested by

no test coverage detected