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

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.


gpg-command
Channel: guix
Location: guix/tests/gnupg.scm (guix tests gnupg)
gpgconf-command
Channel: guix
Location: guix/tests/gnupg.scm (guix tests gnupg)
read-openpgp-packet (file)
Channel: guix
Location: guix/tests/gnupg.scm (guix tests gnupg)
%ed25519-3-public-key-file
Channel: guix
Location: guix/tests/gnupg.scm (guix tests gnupg)
%ed25519-3-secret-key-file
Channel: guix
Location: guix/tests/gnupg.scm (guix tests gnupg)
call-with-http-server (responses+data thunk)
Channel: guix
Location: guix/tests/http.scm (guix tests http)
Documentation:

Call THUNK with an HTTP server running and returning RESPONSES+DATA on HTTP requests. Each element of RESPONSES+DATA must be a tuple containing a response and a string, or an HTTP response code and a string.

%http-server-port will be set to the port listened at The port listened at will be set for the dynamic extent of THUNK.

with-http-server
Channel: guix
Location: guix/tests/http.scm (guix tests http)
%http-server-port
Channel: guix
Location: guix/tests/http.scm (guix tests http)
%local-url (#:optional port #:key path)
Channel: guix
Location: guix/tests/http.scm (guix tests http)
with-derivation-substitute
Channel: guix
Location: guix/tests.scm (guix tests)
dummy-package
Channel: guix
Location: guix/tests.scm (guix tests)
with-environment-variable
Channel: guix
Location: guix/tests.scm (guix tests)
with-external-store
Channel: guix
Location: guix/tests.scm (guix tests)
%test-substitute-urls
Channel: guix
Location: guix/tests.scm (guix tests)
open-connection-for-tests (#:optional uri)
Channel: guix
Location: guix/tests.scm (guix tests)
Documentation:

Open a connection to the build daemon for tests purposes and return it.

%seed ()
Channel: guix
Location: guix/tests.scm (guix tests)
random-text ()
Channel: guix
Location: guix/tests.scm (guix tests)
Documentation:

Return the hexadecimal representation of a random number.

test-assertm
Channel: guix
Location: guix/tests.scm (guix tests)
test-equalm
Channel: guix
Location: guix/tests.scm (guix tests)
gnu-make-for-tests
Channel: guix
Location: guix/tests.scm (guix tests)
random-bytevector (n)
Channel: guix
Location: guix/tests.scm (guix tests)
Documentation:

Return a random bytevector of N bytes.

%tests-build-timeout
Channel: guix
Location: guix/tests.scm (guix tests)
test-file (store name content)
Channel: guix
Location: guix/tests.scm (guix tests)
Documentation:

Create a simple file in STORE with CONTENT (a string), compressed according to its file name extension. Return both its file name and its hash.

shebang-too-long? ()
Channel: guix
Location: guix/tests.scm (guix tests)
Documentation:

Return true if the typical shebang in the current store would exceed Linux's static limit---the BINPRM_BUF_SIZE constant, normally 128 characters all included.

Total public symbols: 88154