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

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.


valid-path-syntax? (path)
Channel: guix
Location: guix/store.scm (guix store)
Documentation:

Return true if PATH is syntactically a valid store path. Unlike 'store-path?', this can be used to validate untrusted input.

This must not be confused with 'valid-path?'.

references
Channel: guix
Location: guix/store.scm (guix store)
Documentation:

Return the list of references of PATH.

with-build-handler
Channel: guix
Location: guix/store.scm (guix store)
%daemon-socket-uri
Channel: guix
Location: guix/store.scm (guix store)
interned-file-tree
Channel: guix
Location: guix/store.scm (guix store)
%store-prefix
Channel: guix
Location: guix/store.scm (guix store)
make-store-path (type hash name)
Channel: guix
Location: guix/store.scm (guix store)
Documentation:

Return the store path for NAME/HASH/TYPE.

store-connection-version (store)
Channel: guix
Location: guix/store.scm (guix store)
Documentation:

Return the protocol version of STORE as an integer.

store-connection-socket
Channel: guix
Location: guix/store.scm (guix store)
remove-permanent-root (target)
Channel: guix
Location: guix/store.scm (guix store)
Documentation:

Remove the permanent garbage collector root pointing to TARGET. Raise an error if there is no such root.

store-lift (proc)
Channel: guix
Location: guix/store.scm (guix store)
Documentation:

Lift PROC, a procedure whose first argument is a connection to the store, in the store monad.

store-connection-cache (store cache)
Channel: guix
Location: guix/store.scm (guix store)
Documentation:

Return the cache of STORE identified by CACHE, an identifier as returned by 'allocate-store-connection-cache'.

query-path-info* (item)
Channel: guix
Location: guix/store.scm (guix store)
Documentation:

Monadic version of 'query-path-info' that returns #f when ITEM is not in the store.

close-connection (server)
Channel: guix
Location: guix/store.scm (guix store)
Documentation:

Close the connection to SERVER.

hash-part->path
Channel: guix
Location: guix/store.scm (guix store)
Documentation:

Return the store path whose hash part is HASH-PART (a nix-base32 string). Return the empty string if no such path exists.

valid-store-name? (name)
Channel: guix
Location: guix/store.scm (guix store)
Documentation:

Return true if NAME is syntactically a valid store file name--i.e., a name that would be accepted by 'add-to-store' & co.

&nix-error
Channel: guix
Location: guix/store.scm (guix store)
current-store-protocol-version
Channel: guix
Location: guix/store.scm (guix store)
build
Channel: guix
Location: guix/store.scm (guix store)
direct-store-path? (path)
Channel: guix
Location: guix/store.scm (guix store)
Documentation:

Return #t if PATH is a store path, and not a sub-directory of a store path. This predicate is sometimes needed because files *under* a store path are not valid inputs.

nix-connection-error-file
Channel: guix
Location: guix/store.scm (guix store)
mapm/accumulate-builds (mproc lst)
Channel: guix
Location: guix/store.scm (guix store)
Documentation:

Like 'mapm' in %STORE-MONAD, but accumulate 'build-things' calls and coalesce them into a single call.

store-path-base (path)
Channel: guix
Location: guix/store.scm (guix store)
Documentation:

Return the base path of a path in the store.

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

Return the list of store items for which a build failure is cached.

The result is always the empty list unless the daemon was started with '--cache-failures'.

Total public symbols: 86650