pub fn docs_tree(
store: &Store,
repo_id: &str,
path: Option<&str>,
depth: Option<i64>,
limit: Option<i64>,
cursor: Option<&str>,
budget_tokens: Option<usize>,
) -> Result<Value>Expand description
§2 docs_tree: { prefix, depth, total, entries, truncated, cursor }.