MCPcopy Create free account
hub / github.com/PrairieLearn/PrairieLearn / objectStats

Function objectStats

tools/load-test.js:107–113  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

105 * }
106 */
107function objectStats(obj) {
108 const ret = {};
109 for (let k in obj) {
110 ret[k] = stats(obj[k]);
111 }
112 return ret;
113}
114
115/* Takes:
116 * [

Callers 1

singleTestFunction · 0.85

Calls 1

statsFunction · 0.85

Tested by

no test coverage detected