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.
Remove expired narinfo entries from the cache if deemed necessary. Call CACHE-ENTRIES with CACHE to retrieve the list of cache entries.
ENTRY-EXPIRATION must be a procedure that, when passed an entry, returns the expiration time of that entry in seconds since the Epoch. DELETE-ENTRY is a procedure that removes the entry passed as an argument. Finally, CLEANUP-PERIOD denotes the minimum time between two cache cleanups.
Given ENTRIES, a list of file names, remove those whose expiration time, as returned by ENTRY-EXPIRATION, has passed. Use DELETE-ENTRY to delete them.
Return #t if DATE is obsolete compared to NOW + TTL seconds.
Return a procedure that, when passed a file, returns its "expiration time" computed as its timestamp + TTL seconds. Call TIMESTAMP to obtain the relevant timestamp from the result of 'stat'.
Like 'delete-file', but does not raise an error when FILE does not exist.
Return a list of channel instances corresponding to the latest checkouts of CHANNELS and the channels on which they depend.
When AUTHENTICATE? is true, authenticate the subset of CHANNELS that has a "channel introduction".
When VERIFY-CERTIFICATE? is false, invalid X.509 host certificates are accepted.
CURRENT-CHANNELS is the list of currently used channels. It is compared against the newly-fetched instances of CHANNELS, and VALIDATE-PULL is called for each channel update and can choose to emit warnings or raise an error, depending on the policy it implements.
Look for a Git repository in DIRECTORY or its ancestors and return a channel that uses that repository and the commit HEAD currently points to; use INTRODUCTION as the channel's introduction. Return #f if no Git repository could be found at DIRECTORY or one of its ancestors.
Read SEXP, a provenance sexp as created by 'channel-instance->sexp'; use NAME as the channel name if SEXP does not specify it. Return #f if the sexp does not have the expected structure.
Return a list of <channel-news-entry> for CHANNEL between commits OLD and NEW. When OLD is omitted or is #f, return all the news entries of CHANNEL.
Return the channel ENTRY corresponds to, or #f if that information is missing or unreadable. ENTRY must be an entry created by 'channel-instances->manifest', with the 'source' property.
Return an sexp representation of INSTANCE, a channel instance.
Return the derivation of the profile containing INSTANCES, a list of channel instances, for SYSTEM. If BUILT-IN-BUILDERS is provided, it should be a list of strings and this will be used instead of the builtin builders provided by the build daemon for store connections used during this process.