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 the creation time of a generation in the UTC format.
Return PROFILE's number or 0. An absolute file name must be used.
Optionally, if BASE-PROFILE is provided, use it instead of PROFILE to construct the regexp matching generations. This is useful in special cases like: (generation-number "/run/current-system" %system-profile).
Attempt to create /…/profiles/per-user/$USER if needed. Nowadays this is taken care of by the daemon.
Return the PROFILE's manifest.
Return a manifest entry for the OUTPUT of package PACKAGE.
Return the entries of MANIFEST along with their propagated inputs, recursively.
If FILE is a profile generation GC root such as "guix-profile-42-link", return its corresponding profile---e.g., "guix-profile". Otherwise return #f.
Atomically switch PROFILE to the generation NUMBER. Return the number of the generation that was current before switching.
Return an sexp representing code to build an approximate version of MANIFEST; the code is wrapped in a top-level 'begin' form. Call ENTRY-PACKAGE-VERSION to determine the version number to use in the spec for a given entry; it can be set to 'manifest-entry-version' for fully-specified version numbers, or to some other procedure to disambiguate versions for packages for which several versions are available.
Augment TRANSACTION's set of installed packages with ENTRY, a <manifest-entry>.
Return true if COMPONENT profiling is active.
Register THUNK as a profiling hook for COMPONENT, a string such as "rpc".
Like 'progress-reporter/file', but instead of returning human-readable progress reports, write "build trace" lines to be processed elsewhere.