MCPcopy
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

getClassListFunction · 0.45
getVariantsFunction · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected