MCPcopy Index your code
hub / github.com/microsoft/SandDance / isLegalKey

Function isLegalKey

docs/app/js/sanddance-app.js:106630–106630  ·  view source on GitHub ↗
(key1)

Source from the content-addressed store, hash-verified

106628 return _ === Object(_);
106629}
106630const isLegalKey = (key1)=>key1 !== "__proto__";
106631function mergeConfig(...configs) {
106632 return configs.reduce((out, source)=>{
106633 for(const key2 in source)if (key2 === "signals") // for signals, we merge the signals arrays

Callers 1

writeConfigFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected