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.
Return true if ITEM has a valid syntax as the basename of a store item.
Return the list of currently configured substitutes URLs for STORE, or #f if the daemon is too old and does not implement this RPC.
Return as a monadic value the absolute file name in the store of the file containing DATA, a bytevector. REFERENCES is a list of store items that the resulting text file refers to; it defaults to the empty list.
Return the requisites of PATHS, including PATHS---i.e., their closures (all its references, recursively).
Return a copy of STORE where CACHE has the given VALUE. CACHE must be a value returned by 'allocate-store-connection-cache'.
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.
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.
Return #t if PATH is a derivation path.
Return an output path for OUTPUT (the name of the output as a string) of the derivation called NAME with hash HASH.
Allocate a new cache for store connections and return its identifier. Said identifier can be passed as an argument to
Return #t if binary substitutes are available for PATH, and #f otherwise.
Connect to the daemon at URI-OR-FILENAME and return an input/output port. If NON-BLOCKING?, use a non-blocking socket when using the file, unix or guix URI schemes. Use BUFFER-SIZE defaulting to 8192.
This is a low-level procedure that does not perform the initial handshake with the daemon. Use 'open-connection' for that.
Return the list of store items that refer to PATH.