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

Method set

src/expiring-map.ts:4–4  ·  view source on GitHub ↗
(key: K, value: V)

Source from the content-addressed store, hash-verified

2 get(key: K): V | undefined
3 remember(key: K, factory: () => V): V
4 set(key: K, value: V): void
5}
6
7export function expiringMap<K, V>(duration: number): ExpiringMap<K, V> {

Callers 7

maybeResolveFunction · 0.80
resolvePrettierConfigDirFunction · 0.80
cacheForDirsFunction · 0.80
rememberFunction · 0.80
setFunction · 0.80
resolveTailwindPathFunction · 0.80
findClosestJsConfigFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected