Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
componentDidMount
Method · 0.95
componentDidUpdate
Method · 0.95
Calls
1
getFilters
Method · 0.95
Tested by
no test coverage detected