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

Method remember

src/expiring-map.ts:3–3  ·  view source on GitHub ↗
(key: K, factory: () => V)

Source from the content-addressed store, hash-verified

1interface ExpiringMap<K, V> {
2 get(key: K): V | undefined
3 remember(key: K, factory: () => V): V
4 set(key: K, value: V): void
5}
6

Callers 1

getTailwindConfigFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected