hex_repo.get_names
You're seeing just the function
get_names
, go back to hex_repo module for more information.
Gets names resource from the repository.
Examples:
> hex_repo:get_names(hex_core:default_config()). {ok, {200, ..., [ #{name => <<"package1">>}, #{name => <<"package2">>}, ]}}