MCPcopy
hub / github.com/tailwindlabs/prettier-plugin-tailwindcss / makeKey

Function makeKey

src/sorter.ts:211–211  ·  view source on GitHub ↗
(dir: string)

Source from the content-addressed store, hash-verified

209): Promise<[any, string | null]> {
210 let pkgName = options.packageName ?? 'tailwindcss'
211 let makeKey = (dir: string) => `${pkgName}:${dir}`
212
213 // Check cache for this directory
214 let cached = resolvedModCache.get(makeKey(baseDir))

Callers 2

cacheForDirsFunction · 0.85
resolveTailwindPathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…