MCPcopy
hub / github.com/fossasia/star-me / looProp

Function looProp

star.user.js:717–722  ·  view source on GitHub ↗
(object, callback)

Source from the content-addressed store, hash-verified

715 }
716
717 function looProp(object, callback) {
718 var a;
719 for (a in object) {
720 if (object.hasOwnProperty(a)) callback.call(object, a, object[a]);
721 }
722 }
723 extra.method = extra.method || "GET";
724 var xhr = createXMLHttpRequest(),
725 callbackcall = true;

Callers 1

star.user.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected