Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tailwindlabs/tailwindcss
/ get
Method
get
packages/@tailwindcss-vite/src/index.ts:411–420 ·
view source on GitHub ↗
(key: K)
Source
from the content-addressed store, hash-verified
409
}
410
411
get(key: K): V {
412
let
value = super.get(key)
413
414
if
(value === undefined) {
415
value = this.factory(key, this)
416
this.set(key, value)
417
}
418
419
return
value
420
}
421
}
422
423
class
Root {
Callers
15
serializeSourceMap
Function · 0.95
split
Function · 0.95
migrate
Function · 0.95
migrate
Function · 0.95
analyze
Function · 0.95
linkConfigs
Function · 0.95
hit
Method · 0.45
start
Method · 0.45
end
Method · 0.45
report
Method · 0.45
render
Function · 0.45
createServer
Function · 0.45
Calls
1
set
Method · 0.80
Tested by
2
render
Function · 0.36
createServer
Function · 0.36