MCPcopy
hub / github.com/lowlighter/metrics / get

Function get

source/plugins/community/splatoon/s3si/index.ts:713–717  ·  view source on GitHub ↗
(obj, key)

Source from the content-addressed store, hash-verified

711}
712const { hasOwn } = Object;
713function get(obj, key) {
714 if (hasOwn(obj, key)) {
715 return obj[key];
716 }
717}
718function getForce(obj, key) {
719 const v = get(obj, key);
720 assert(v != null);

Callers 7

getForceFunction · 0.70
hasKeyFunction · 0.70
parseFunction · 0.70
argDefinedFunction · 0.70
setKeyFunction · 0.70
setArgFunction · 0.70
aliasIsBooleanFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected