MCPcopy
hub / github.com/microsoft/SandDance / _traverseEdge

Function _traverseEdge

docs/app/js/sanddance-app.js:23470–23474  ·  view source on GitHub ↗
(current, value)

Source from the content-addressed store, hash-verified

23468 return getClassNames;
23469}
23470function _traverseEdge(current, value) {
23471 value = _normalizeValue(value);
23472 if (!current.has(value)) current.set(value, new Map());
23473 return current.get(value);
23474}
23475function _traverseMap(current, inputs) {
23476 if (typeof inputs === "function") {
23477 var cachedInputsFromStyled = inputs.__cachedInputs__;

Callers 1

_traverseMapFunction · 0.85

Calls 4

_normalizeValueFunction · 0.85
hasMethod · 0.45
setMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected