MCPcopy
hub / github.com/mayneyao/eidos / static

Method static

packages/ext-server/src/js/tailwind-raw.js:2269–2271  ·  view source on GitHub ↗
(r, o)

Source from the content-addressed store, hash-verified

2267 utilities = new H(() => [])
2268 completions = new Map()
2269 static(r, o) {
2270 this.utilities.get(r).push({ kind: "static", compileFn: o })
2271 }
2272 functional(r, o, t) {
2273 this.utilities
2274 .get(r)

Callers 13

tFunction · 0.80
aFunction · 0.80
DrFunction · 0.80
KrFunction · 0.80
fromAstMethod · 0.80
oFunction · 0.80
HrFunction · 0.80
addVariantFunction · 0.80
addUtilitiesFunction · 0.80
CoFunction · 0.80
ToFunction · 0.80
pFunction · 0.80

Calls 3

getMethod · 0.65
setMethod · 0.65
pushMethod · 0.45

Tested by

no test coverage detected