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

Function get

docs/app/js/sanddance-app.js:106918–106920  ·  view source on GitHub ↗
(key5)

Source from the content-addressed store, hash-verified

106916 object: obj,
106917 has: has$1,
106918 get (key5) {
106919 return has$1(key5) ? obj[key5] : undefined;
106920 },
106921 set (key6, value) {
106922 if (!has$1(key6)) {
106923 ++map.size;

Callers 7

keyFunction · 0.70
aggregateParamsFunction · 0.70
gridLayoutFunction · 0.70
trellisLayoutFunction · 0.70
gradientRefFunction · 0.70
formatRangeFunction · 0.70
sanddance-app.jsFile · 0.70

Calls 4

has$1Function · 0.70
keyFunction · 0.70
valueFunction · 0.70
fFunction · 0.70

Tested by

no test coverage detected