couch_key_tree

Functions


count_leafs(Rest) -> term()

find_missing(Tree, SeachKeys) -> term()

get(Tree, KeysToGet) -> term()

get_all_leafs(Trees) -> term()

get_all_leafs_full(Tree) -> term()

get_full_key_paths(Tree, Keys) -> term()

get_key_leafs(Tree, Keys) -> term()

map(Fun, Rest) -> term()

map_leafs(Fun, Rest) -> term()

merge(A, B) -> term()

remove_leafs(Trees, Keys) -> term()

stem(Trees, Limit) -> term()

View Functions