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

Function init_new_search

recipes/JavaScript/578517_Music_player/recipe-578517.js:698–705  ·  view source on GitHub ↗

* * * SCORING * * *

()

Source from the content-addressed store, hash-verified

696***********************/
697
698function init_new_search()
699{
700 g_repeat_search=false;
701 g_busy_searching=false;
702 g_busy_sorting=false;
703 g_cancel_search=false;
704 do_search();
705}
706
707function get_checked_status(id)
708{

Callers 3

do_artist_searchFunction · 0.85
do_search_button_clickFunction · 0.85
show_eventFunction · 0.85

Calls 1

do_searchFunction · 0.70

Tested by

no test coverage detected