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

Method cookie

src/fs/inotify.rs:150–152  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

148 /// Returns the unique cookie associating related events.
149 #[inline]
150 pub fn cookie(&self) -> u32 {
151 self.cookie
152 }
153
154 /// Returns the file name of this event, if any.
155 #[inline]

Callers 1

test_inotify_iterFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_inotify_iterFunction · 0.64