MCPcopy
hub / github.com/allmarkedup/purl / keys

Function keys

purl.js:189–195  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

187 }
188
189 function keys(obj) {
190 var key_array = [];
191 for ( var prop in obj ) {
192 if ( obj.hasOwnProperty(prop) ) key_array.push(prop);
193 }
194 return key_array;
195 }
196
197 function purl( url, strictMode ) {
198 if ( arguments.length === 1 && url === true ) {

Callers 1

parseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…