MCPcopy Index your code
hub / github.com/ClearURLs/Addon / getKeys

Function getKeys

clearurls.js:175–179  ·  view source on GitHub ↗

* Initialize the JSON provider object keys. * * @param {object} obj

(obj)

Source from the content-addressed store, hash-verified

173 * @param {object} obj
174 */
175 function getKeys(obj) {
176 for (const key in obj) {
177 prvKeys.push(key);
178 }
179 }
180
181 /**
182 * Initialize the providers form the JSON object.

Callers 1

toObjectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected