MCPcopy Create free account
hub / github.com/PHPantom-dev/phpantom_lsp / file_paths

Method file_paths

src/phar.rs:141–143  ·  view source on GitHub ↗

Iterate over all file paths in the archive.

(&self)

Source from the content-addressed store, hash-verified

139
140 /// Iterate over all file paths in the archive.
141 pub fn file_paths(&self) -> impl Iterator<Item = &str> {
142 self.files.keys().map(String::as_str)
143 }
144}
145
146// ─── Helpers ────────────────────────────────────────────────────────────────

Callers 3

scan_phar_archiveMethod · 0.80

Calls 1

mapMethod · 0.45

Tested by 2