MCPcopy Index your code
hub / github.com/nodejs/node / getHexStyleCache

Function getHexStyleCache

lib/util.js:128–131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

126let hexStyleCache;
127
128function getHexStyleCache() {
129 hexStyleCache ??= new SafeMap();
130 return hexStyleCache;
131}
132
133function codesToStyle(codes) {
134 const openNum = codes[0];

Callers 2

getHexStyleFunction · 0.85
styleTextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…