MCPcopy Create free account
hub / github.com/C3ting/ARL / github_search

Function github_search

app/services/githubSearch.py:211–213  ·  view source on GitHub ↗
(keyword)

Source from the content-addressed store, hash-verified

209
210
211def github_search(keyword):
212 search = GithubSearch(keyword)
213 return search.search()

Callers 2

test_github_searchMethod · 0.90
search_resultMethod · 0.90

Calls 2

searchMethod · 0.95
GithubSearchClass · 0.70

Tested by 1

test_github_searchMethod · 0.72