github source

github.search_code()

pass

Search GitHub code.

table function captured 2026-08-30 07:08:01Z
Verdict: TRUE

All trials returned rows, no errors.

Arguments

NameRequiredNotes
qrequired
sortoptional
orderoptional

SQL used

SELECT * FROM github.search_code(q => 'opencode') LIMIT 10
rendering…

Trials

TrialLatencyRowsisErrorFirst row keys
17076 ms10falsename, path, html_url, language, score, repository_full_name
27452 ms10falsename, 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"
}