MCPcopy Create free account
hub / github.com/ActiveState/code / do_all_init

Function do_all_init

recipes/JavaScript/578517_Music_player/recipe-578517.js:1526–1536  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1524
1525
1526function do_all_init()
1527{
1528 dec_timer();
1529 load_feedback_values();
1530 load_playlist();
1531 volume_set(0);
1532 //regenerate_word_list();
1533 var e=document.getElementById("apptitle");
1534 e.innerHTML=g_app_title;
1535 return 0;
1536}
1537
1538function do_decide_display(s)
1539{

Callers

nothing calls this directly

Calls 4

dec_timerFunction · 0.85
load_feedback_valuesFunction · 0.85
load_playlistFunction · 0.85
volume_setFunction · 0.85

Tested by

no test coverage detected