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 webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Return the module module-name of type module-type in bp-files, a list of pairs containing an Android.bp file name and the corresponding package name. This procedure takes care of parsing the files and returns a blueprint-module object.
Return the module module-name of type module-type in the project. bp-table and module-table are hash table produced by procedure get-lookup-table. To avoid confusion, only selects module visible from dependent-package unless it is #f.
Given an IML file, return the list of sources it defines.