github source
pass
github.search_users()
passSearch GitHub users.
table function captured 2026-08-30 07:09:24Z
Verdict: TRUE
All trials returned rows, no errors.
Arguments
| Name | Required | Notes |
|---|---|---|
| q | required | — |
| sort | optional | — |
| order | optional | — |
SQL used
SELECT * FROM github.search_users(q => 'opencode') LIMIT 10rendering…
Trials
| Trial | Latency | Rows | isError | First row keys |
|---|---|---|---|---|
| 1 | 7063 ms | 10 | false | login, html_url, type, name, company, location, bio, score |
| 2 | 7677 ms | 10 | false | login, html_url, type, name, company, location, bio, score |
Sample row (last trial)
{
"login": "OpenCode",
"html_url": "https://github.com/OpenCode",
"type": "User",
"name": "",
"company": "",
"location": "",
"bio": "",
"score": "1.0"
}