MCPcopy Create free account
hub / github.com/crazycodeboy/GitHubPopular / updateState

Function updateState

js/page/SearchPage.js:187–190  ·  view source on GitHub ↗
(dic)

Source from the content-addressed store, hash-verified

185 }
186
187 updateState(dic) {
188 if (!this)return;
189 this.setState(dic);
190 }
191
192 genFetchUrl(category) {
193 return API_URL + category + QUERY_STR;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected