MCPcopy Create free account
hub / github.com/OSSystems/EasySplash / find_entry_by_name

Function find_entry_by_name

src/zip_archive.cpp:316–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314
315
316zip_archive::entry const * find_entry_by_name(zip_archive const &p_archive, std::string const &p_name)
317{
318 auto iter = p_archive.get_entries().find(normalize_path(p_name));
319 return (iter == p_archive.get_entries().end()) ? NULL : &(iter->second);
320}
321
322
323} // namespace easysplash end

Callers 1

animationMethod · 0.85

Calls 1

normalize_pathFunction · 0.85

Tested by

no test coverage detected