MCPcopy
hub / github.com/tailwindlabs/tailwindcss / get

Method get

packages/tailwindcss/src/utilities.ts:120–122  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

118 }
119
120 get(name: string) {
121 return this.utilities.has(name) ? this.utilities.get(name) : []
122 }
123
124 getCompletions(name: string): SuggestionGroup[] {
125 if (this.has(name, 'static')) {

Callers 10

staticMethod · 0.45
functionalMethod · 0.45
hasMethod · 0.45
getCompletionsMethod · 0.45
suggestMethod · 0.45
spacingUtilityFunction · 0.45
createUtilitiesFunction · 0.45
borderSideUtilityFunction · 0.45
handleBgLinearFunction · 0.45
maskStopUtilityFunction · 0.45

Calls 1

hasMethod · 0.45

Tested by

no test coverage detected