Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
211
def
github_search(keyword):
212
search = GithubSearch(keyword)
213
return
search.search()
Callers
2
test_github_search
Method · 0.90
search_result
Method · 0.90
Calls
2
search
Method · 0.95
GithubSearch
Class · 0.70
Tested by
1
test_github_search
Method · 0.72