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

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.


substitutable-paths
Channel: guix
Location: guix/store.scm (guix store)
Documentation:

Return the subset of PATHS that is substitutable.

store-connection?
Channel: guix
Location: guix/store.scm (guix store)
references/cached (store item)
Channel: guix
Location: guix/store.scm (guix store)
Documentation:

Like 'references', but cache results.

text-file (name text #:optional references)
Channel: guix
Location: guix/store.scm (guix store)
Documentation:

Return as a monadic value the absolute file name in the store of the file containing TEXT, a string. REFERENCES is a list of store items that the resulting text file refers to; it defaults to the empty list.

%store-monad
Channel: guix
Location: guix/store.scm (guix store)
add-temp-root
Channel: guix
Location: guix/store.scm (guix store)
Documentation:

Make PATH a temporary root for the duration of the current session. Return #t.

current-target-system
Channel: guix
Location: guix/store.scm (guix store)
clear-failed-paths
Channel: guix
Location: guix/store.scm (guix store)
Documentation:

Remove ITEMS from the list of cached build failures and return #t.

This makes sense only when the daemon was started with '--cache-failures'.

run-with-store (store mval #:key guile-for-build system target)
Channel: guix
Location: guix/store.scm (guix store)
Documentation:

Run MVAL, a monadic value in the store monad, in STORE, an open store connection, and return the result.

&store-error
Channel: guix
Location: guix/store.scm (guix store)
call-with-connection-error-handling (uri proc)
Channel: guix
Location: guix/substitutes.scm (guix substitutes)
Documentation:

Call PROC, and catch if a connection fails, print a warning and return #f.

download-nar (narinfo destination #:key deduplicate? print-build-trace? fetch-timeout fast-decompression? open-connection-for-uri keep-alive?)
Channel: guix
Location: guix/substitutes.scm (guix substitutes)
Documentation:

Download the nar prescribed in NARINFO, which is assumed to be authentic and authorized, and write it to DESTINATION. When DEDUPLICATE? is true, and if DESTINATION is in the store, deduplicate its files. Use OPEN-CONNECTION-FOR-URI to open connections.

lookup-narinfos (cache paths #:key open-connection make-progress-reporter)
Channel: guix
Location: guix/substitutes.scm (guix substitutes)
Documentation:

Return the narinfos for PATHS, invoking the server at CACHE when no information is available locally.

http-response-error?
Channel: guix
Location: guix/substitutes.scm (guix substitutes)
Documentation:

Return true if EXCEPTION denotes an error with the http response

%narinfo-cache-directory
Channel: guix
Location: guix/substitutes.scm (guix substitutes)
lookup-narinfos/diverse (caches paths authorized? #:key open-connection make-progress-reporter)
Channel: guix
Location: guix/substitutes.scm (guix substitutes)
Documentation:

Look up narinfos for PATHS on all of CACHES, a list of URLS, in that order. That is, when a cache lacks an AUTHORIZED? narinfo, look it up in the next cache, and so on.

Return a list of narinfos for PATHS or a subset thereof. The returned narinfos are either AUTHORIZED?, or they claim a hash that matches an AUTHORIZED? narinfo.

svn-reference-user-name
Channel: guix
Location: guix/svn-download.scm (guix svn-download)
svn-reference-password
Channel: guix
Location: guix/svn-download.scm (guix svn-download)
svn-multi-reference
Channel: guix
Location: guix/svn-download.scm (guix svn-download)
svn-multi-reference-locations
Channel: guix
Location: guix/svn-download.scm (guix svn-download)
svn-reference-revision
Channel: guix
Location: guix/svn-download.scm (guix svn-download)
svn-reference
Channel: guix
Location: guix/svn-download.scm (guix svn-download)
svn-reference-url
Channel: guix
Location: guix/svn-download.scm (guix svn-download)
svn-reference-recursive?
Channel: guix
Location: guix/svn-download.scm (guix svn-download)
Total public symbols: 86650