MCPcopy Create free account
hub / github.com/bytecodealliance/rustix / file_name

Method file_name

src/fs/raw_dir.rs:169–171  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

167 /// Returns the file name of this directory entry.
168 #[inline]
169 pub fn file_name(&self) -> &CStr {
170 self.file_name
171 }
172
173 /// Returns the type of this directory entry.
174 #[inline]

Callers 6

fmtMethod · 0.45
read_entriesFunction · 0.45
read_raw_entriesFunction · 0.45
test_dir_read_fromFunction · 0.45
test_dir_seekFunction · 0.45
test_dir_newFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_dir_read_fromFunction · 0.36
test_dir_seekFunction · 0.36
test_dir_newFunction · 0.36