_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above.

API method:

GET /api/symbols?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


directory-entry-length
Channel: guix
Location: guix/swh.scm (guix swh)
snapshot-branches
Channel: guix
Location: guix/swh.scm (guix swh)
external-id-target
Channel: guix
Location: guix/swh.scm (guix swh)
revision-directory
Channel: guix
Location: guix/swh.scm (guix swh)
save-reply-request-status
Channel: guix
Location: guix/swh.scm (guix swh)
vault-reply-fetch-url
Channel: guix
Location: guix/swh.scm (guix swh)
vault-reply-swhid
Channel: guix
Location: guix/swh.scm (guix swh)
vault-fetch (id #:optional kind #:key archive-type log-port)
Channel: guix
Location: guix/swh.scm (guix swh)
Documentation:

Return an input port from which a bundle of the object with the given ID, an SWHID, or #f if the object could not be found.

ARCHIVE-TYPE can be 'flat for a tarball containing a directory, or 'git-bare for a tarball containing a bare Git repository corresponding to a revision.

directory-entry-name
Channel: guix
Location: guix/swh.scm (guix swh)
save-reply?
Channel: guix
Location: guix/swh.scm (guix swh)
branch?
Channel: guix
Location: guix/swh.scm (guix swh)
release-message
Channel: guix
Location: guix/swh.scm (guix swh)
revision-date
Channel: guix
Location: guix/swh.scm (guix swh)
save-origin (url #:optional type)
Channel: guix
Location: guix/swh.scm (guix swh)
Documentation:

Request URL to be saved.

revision-id
Channel: guix
Location: guix/swh.scm (guix swh)
branch-name
Channel: guix
Location: guix/swh.scm (guix swh)
request-rate-limit-reached? (url method)
Channel: guix
Location: guix/swh.scm (guix swh)
Documentation:

Return true if the rate limit has been reached for URI.

with-served-git-repository
Channel: guix
Location: guix/tests/git.scm (guix tests git)
with-git-repository
Channel: guix
Location: guix/tests/git.scm (guix tests git)
with-temporary-git-repository
Channel: guix
Location: guix/tests/git.scm (guix tests git)
serve-git-repository (directory #:optional port)
Channel: guix
Location: guix/tests/git.scm (guix tests git)
Documentation:

Run "git daemon" to serve the bare git repository at DIRECTORY as the root resource on PORT on the loopback interface. If PORT isn't provided or is #f, select an arbitrary unused port instead.

Return two values: the PID of the newly-spawned process and the port it is listening on.

git-command
Channel: guix
Location: guix/tests/git.scm (guix tests git)
find-commit (repository message)
Channel: guix
Location: guix/tests/git.scm (guix tests git)
Documentation:

Return the commit in REPOSITORY whose message includes MESSAGE, a string.

with-served-temporary-git-repository
Channel: guix
Location: guix/tests/git.scm (guix tests git)
Total public symbols: 86650