MCPcopy
hub / github.com/nilbuild/githunt / fetchNextRepositories

Method fetchNextRepositories

src/containers/feed/index.js:27–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 }
26
27 fetchNextRepositories() {
28 const filters = this.getFilters();
29 this.props.fetchTrending(filters);
30 }
31
32 componentDidUpdate(prevProps) {
33 const currPreferences = this.props.preference;

Callers 2

componentDidMountMethod · 0.95
componentDidUpdateMethod · 0.95

Calls 1

getFiltersMethod · 0.95

Tested by

no test coverage detected