Module sphinx_rust::data_query¶
Functions for querying the cache.
Functions¶
load all enums from the cache that are children of the given parent |
|
load all function from the cache that are children of the given parent |
|
load all modules from the cache that are children of the given parent |
|
load all structs from the cache that are children of the given parent |
|
load a crate from the cache, if it exists |
|
load all enums from the cache that that have a common ancestor |
|
load all modules from the cache that have a common descendant |
|
load all structs from the cache that have a common ancestor |
|
load an enum from the cache, if it exists |
|
load a function from the cache, if it exists |
|
load a module from the cache, if it exists |
|
load a struct from the cache, if it exists |