Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
107
function
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
singleTest
Function · 0.85
Calls
1
stats
Function · 0.85
Tested by
no test coverage detected