MCPcopy
hub / github.com/qeeqbox/social-analyzer / delete_keys

Function delete_keys

app.js:565–572  ·  view source on GitHub ↗
(object, temp_keys)

Source from the content-addressed store, hash-verified

563})
564
565function delete_keys (object, temp_keys) {
566 temp_keys.forEach((key) => {
567 try {
568 delete object[key]
569 } catch (err) {}
570 })
571 return object
572}
573
574function clean_up_item (object, temp_keys_str) {
575 delete object.image

Callers 1

check_user_cliFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected