Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
getClassList
Function · 0.95
sortFractionsLast
Function · 0.95
createVariants
Function · 0.95
collapseCandidates
Function · 0.95
collapseGroup
Function · 0.95
createUtilityPropertiesCache
Function · 0.95
createPreComputedUtilitiesCache
Function · 0.95
createPreComputedVariantsCache
Function · 0.95
substituteAtApply
Function · 0.95
addUtilities
Function · 0.95
readFromCss
Function · 0.95
toRawSourceMap
Function · 0.95
Calls
1
set
Method · 0.80
Tested by
1
toRawSourceMap
Function · 0.76