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.
Add TEXT under file NAME in the store, and return its store path. REFERENCES is the list of store paths referred to by the resulting store path.
Return the package name part of PATH, a file name in the store.
Convert MAPPING, an alist like:
(("guix/build/utils.scm" . "…/utils.scm"))
to a tree suitable for 'add-file-tree-to-store' and 'interned-file-tree'.
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.
Return the base path of a path in the store.
Lower PROC, a monadic procedure in %STORE-MONAD, to a "normal" procedure taking the store as its first argument.
Return a list containing PATHS and all their references sorted in topological order.
Return the cache of STORE identified by CACHE, an identifier as returned by 'allocate-store-connection-cache'.
Return the build log file for DRV, a derivation file name, or #f if it could not be found.
Add BYTES under file NAME in the store, and return its store path. REFERENCES is the list of store paths referred to by the resulting store path.
Return the list of live store paths---i.e., store paths still referenced, and thus not subject to being garbage-collected.
Monadic version of 'query-path-info' that returns #f when ITEM is not in the store.
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.