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

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.


%swh-base-url
Channel: guix
Location: guix/swh.scm (guix swh)
swh-download-directory (id output #:key log-port)
Channel: guix
Location: guix/swh.scm (guix swh)
Documentation:

Download from Software Heritage the directory with the given ID, and unpack it to OUTPUT. Return #t on success and #f on failure.

directory-entry-type
Channel: guix
Location: guix/swh.scm (guix swh)
release-target (release)
Channel: guix
Location: guix/swh.scm (guix swh)
Documentation:

Return the revision that is the target of RELEASE.

visit-url
Channel: guix
Location: guix/swh.scm (guix swh)
lookup-directory-by-nar-hash (hash #:optional algorithm)
Channel: guix
Location: guix/swh.scm (guix swh)
Documentation:

Return the SWHID of a directory---i.e., prefixed by "swh:1:dir"---for the directory that with the given HASH (a bytevector), assuming nar serialization and use of ALGORITHM.

content-length
Channel: guix
Location: guix/swh.scm (guix swh)
release?
Channel: guix
Location: guix/swh.scm (guix swh)
visit-snapshot (visit)
Channel: guix
Location: guix/swh.scm (guix swh)
Documentation:

Return the snapshot corresponding to VISIT or #f if no snapshot is available.

request-cooking (id #:optional kind #:key archive-type)
Channel: guix
Location: guix/swh.scm (guix swh)
Documentation:

Request the cooking of object ID, an SWHID. Return a <vault-reply>. 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.

Passing KIND (one of 'directory or 'revision) together with a raw revision or directory identifier is deprecated.

content?
Channel: guix
Location: guix/swh.scm (guix swh)
lookup-external-id (type id)
Channel: guix
Location: guix/swh.scm (guix swh)
Documentation:

Return the external ID record for ID, a bytevector, of the given TYPE (currently one of: "bzr-nodeid", "hg-nodeid", "nar-sha256", "checksum-sha512").

content-data-url
Channel: guix
Location: guix/swh.scm (guix swh)
vault-reply-id
Channel: guix
Location: guix/swh.scm (guix swh)
lookup-origin-revision (url tag)
Channel: guix
Location: guix/swh.scm (guix swh)
Documentation:

Return a <revision> corresponding to the given TAG for the repository coming from URL. Example:

(lookup-origin-revision "https://github.com/guix-mirror/guix/" "v0.8") => #<<revision> id: "44941…" …>

The information is based on the latest visit of URL available. Return #f if URL could not be found.

external-id-version
Channel: guix
Location: guix/swh.scm (guix swh)
visit-date
Channel: guix
Location: guix/swh.scm (guix swh)
directory-entry-target (entry)
Channel: guix
Location: guix/swh.scm (guix swh)
Documentation:

If ENTRY, a directory entry, has type 'directory, return its list of directory entries; if it has type 'file, return its <content> object.

directory-entry?
Channel: guix
Location: guix/swh.scm (guix swh)
directory-entry-permissions
Channel: guix
Location: guix/swh.scm (guix swh)
visit-origin
Channel: guix
Location: guix/swh.scm (guix swh)
branch-target (branch)
Channel: guix
Location: guix/swh.scm (guix swh)
Documentation:

Return the target of BRANCH: a <revision>, a <release>, or the SWHID of a directory.

swh-download (url reference output #:key archive-type log-port)
Channel: guix
Location: guix/swh.scm (guix swh)
Documentation:

Download from Software Heritage a checkout (if ARCHIVE-TYPE is 'flat) or a full Git repository (if ARCHIVE-TYPE is 'git-bare) of the Git tag or commit REFERENCE originating from URL, and unpack it in OUTPUT. Return #t on success and #f on failure.

This procedure uses the "vault", which contains "cooked" directories in the form of tarballs. If the requested directory is not cooked yet, it will wait until it becomes available, which could take several minutes.

commit-id? (reference)
Channel: guix
Location: guix/swh.scm (guix swh)
Documentation:

Return true if REFERENCE is likely a commit ID, false otherwise---e.g., if it is a tag name. This is based on a simple heuristic so use with care!

Total public symbols: 86650