MCPcopy Create free account
hub / github.com/GamerHack/GamerHack.github.io / fetchAccounts

Function fetchAccounts

900v3/frontend.js:153–157  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

151}
152
153function fetchAccounts()
154{
155 for(var i = 0; i < 16; i++)
156 fetchAccount(i);
157}
158
159function activateAccount(idx)
160{

Callers 2

activateAccountFunction · 0.70
frontend.jsFile · 0.70

Calls 1

fetchAccountFunction · 0.70

Tested by

no test coverage detected