Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tailwindlabs/tailwindcss
/ getCompletions
Method
getCompletions
packages/tailwindcss/src/variants.ts:200–202 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
198
}
199
200
getCompletions(name: string) {
201
return
this.completions.get(name)?.() ?? []
202
}
203
204
compare(a: Variant | null, z: Variant | null): number {
205
if
(a === z)
return
0
Callers
2
getClassList
Function · 0.45
getVariants
Function · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected