Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
7
export
function
expiringMap<K, V>(duration: number): ExpiringMap<K, V> {
Callers
7
maybeResolve
Function · 0.80
resolvePrettierConfigDir
Function · 0.80
cacheForDirs
Function · 0.80
remember
Function · 0.80
set
Function · 0.80
resolveTailwindPath
Function · 0.80
findClosestJsConfig
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected