Method: Pod::Source::Manager#search_index_path

Defined in:
lib/cocoapods-core/source/manager.rb

#search_index_pathPathname

Returns The path where the search index should be stored.

Returns:

  • (Pathname)

    The path where the search index should be stored.


302
303
304
# File 'lib/cocoapods-core/source/manager.rb', line 302

def search_index_path
  @search_index_path
end