Mongo.list_index_names
You're seeing just the function
list_index_names
, go back to Mongo module for more information.
Specs
list_index_names(GenServer.server(), String.t(), Keyword.t()) :: %Stream{ accs: term(), done: term(), enum: term(), funs: term() }
Convenient function that returns a cursor with the names of the indexes.