github source
pass
github.search_code()
passSearch GitHub code.
table function captured 2026-08-30 07:08:01Z
Verdict: TRUE
All trials returned rows, no errors.
Arguments
| Name | Required | Notes |
|---|---|---|
| q | required | — |
| sort | optional | — |
| order | optional | — |
SQL used
SELECT * FROM github.search_code(q => 'opencode') LIMIT 10rendering…
Trials
| Trial | Latency | Rows | isError | First row keys |
|---|---|---|---|---|
| 1 | 7076 ms | 10 | false | name, path, html_url, language, score, repository_full_name |
| 2 | 7452 ms | 10 | false | name, path, html_url, language, score, repository_full_name |
Sample row (last trial)
{
"name": "MIGRATION.md",
"path": ".opencode/MIGRATION.md",
"html_url": "https://github.com/affaan-m/ECC/blob/d8e6a51755c6971a65eef73419076d449df0f490/.opencode/MIGRATION.md",
"language": "",
"score": "1.0",
"repository_full_name": "affaan-m/ECC"
}