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

Function fetchAccounts

672/frontend.js:141–145  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

139}
140
141function fetchAccounts()
142{
143 for(var i = 0; i < 16; i++)
144 fetchAccount(i);
145}
146
147function activateAccount(idx)
148{

Callers 2

activateAccountFunction · 0.70
frontend.jsFile · 0.70

Calls 1

fetchAccountFunction · 0.70

Tested by

no test coverage detected