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 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?'.
Return the list of references of PATH.
Return the store path for NAME/HASH/TYPE.
Return the protocol version of STORE as an integer.
Remove the permanent garbage collector root pointing to TARGET. Raise an error if there is no such root.
Lift PROC, a procedure whose first argument is a connection to the store, in the store monad.
Return the cache of STORE identified by CACHE, an identifier as returned by 'allocate-store-connection-cache'.
Monadic version of 'query-path-info' that returns #f when ITEM is not in the store.
Close the connection to SERVER.
Return the store path whose hash part is HASH-PART (a nix-base32 string). Return the empty string if no such path exists.
Return true if NAME is syntactically a valid store file name--i.e., a name that would be accepted by 'add-to-store' & co.
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.
Like 'mapm' in %STORE-MONAD, but accumulate 'build-things' calls and coalesce them into a single call.
Return the base path of a path in the store.
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'.