MCPcopy
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
423class Root {

Callers 15

serializeSourceMapFunction · 0.95
splitFunction · 0.95
migrateFunction · 0.95
migrateFunction · 0.95
analyzeFunction · 0.95
linkConfigsFunction · 0.95
hitMethod · 0.45
startMethod · 0.45
endMethod · 0.45
reportMethod · 0.45
renderFunction · 0.45
createServerFunction · 0.45

Calls 1

setMethod · 0.80

Tested by 2

renderFunction · 0.36
createServerFunction · 0.36