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

Method get

packages/tailwindcss/src/utils/default-map.ts:10–19  ·  view source on GitHub ↗
(key: T)

Source from the content-addressed store, hash-verified

8 }
9
10 get(key: T): V {
11 let value = super.get(key)
12
13 if (value === undefined) {
14 value = this.factory(key, this)
15 this.set(key, value)
16 }
17
18 return value
19 }
20}

Callers 15

getClassListFunction · 0.95
sortFractionsLastFunction · 0.95
createVariantsFunction · 0.95
collapseCandidatesFunction · 0.95
collapseGroupFunction · 0.95
substituteAtApplyFunction · 0.95
addUtilitiesFunction · 0.95
readFromCssFunction · 0.95
toRawSourceMapFunction · 0.95

Calls 1

setMethod · 0.80

Tested by 1

toRawSourceMapFunction · 0.76