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

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.


nix-protocol-error?
Channel: guix
Location: guix/store.scm (guix store)
store-connection-version (store)
Channel: guix
Location: guix/store.scm (guix store)
Documentation:

Return the protocol version of STORE as an integer.

nix-connection-error-code
Channel: guix
Location: guix/store.scm (guix store)
collect-garbage (server #:optional min-freed)
Channel: guix
Location: guix/store.scm (guix store)
Documentation:

Collect garbage from the store at SERVER. If MIN-FREED is non-zero, then collect at least MIN-FREED bytes. Return the paths that were collected, and the number of bytes freed.

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

Return the list of valid "derivers" of PATH---i.e., all the .drv present in the store that have PATH among their outputs.

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.

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'.

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?'.

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

Set STORE's CACHE to VALUE.

This is a mutating version that should be avoided. Prefer the functional 'set-store-connection-cache' instead, together with using %STORE-MONAD.

set-build-options (server #:key keep-failed? keep-going? fallback? verbosity rounds max-build-jobs timeout max-silent-time offload? use-build-hook? build-verbosity log-type print-build-trace user-name print-extended-build-trace? multiplexed-build-output? build-cores use-substitutes? substitute-urls terminal-columns locale)
Channel: guix
Location: guix/store.scm (guix store)
store-connection?
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.

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-path-hash-part (path)
Channel: guix
Location: guix/store.scm (guix store)
Documentation:

Return the hash part of PATH as a base32 string, or #f if PATH is not a syntactically valid store path.

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

Return #t if PATH is a derivation path.

store-connection-socket
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.

current-store-protocol-version
Channel: guix
Location: guix/store.scm (guix store)
add-permanent-root (target)
Channel: guix
Location: guix/store.scm (guix store)
Documentation:

Add a garbage collector root pointing to TARGET, an element of the store, preventing TARGET from even being collected. This can also be used if TARGET does not exist yet.

Raise an error if the caller does not have write access to the GC root directory.

nix-server-socket
Channel: guix
Location: guix/store.scm (guix store)
verify-store (store #:key check-contents? repair?)
Channel: guix
Location: guix/store.scm (guix store)
Documentation:

Verify the integrity of the store and return false if errors remain, and true otherwise. When REPAIR? is true, repair any missing or altered store items by substituting them (this typically requires root privileges because it is not an atomic operation.) When CHECK-CONTENTS? is true, check the contents of store items; this can take a lot of time.

store-connection-error-file
Channel: guix
Location: guix/store.scm (guix store)
nix-connection-error-file
Channel: guix
Location: guix/store.scm (guix store)
&store-protocol-error
Channel: guix
Location: guix/store.scm (guix store)
Total public symbols: 88176