MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / creation_time

Method creation_time

rust/src/project/file.rs:87–90  ·  view source on GitHub ↗

Get the file creation time

(&self)

Source from the content-addressed store, hash-verified

85
86 /// Get the file creation time
87 pub fn creation_time(&self) -> SystemTime {
88 systime_from_bntime(unsafe { BNProjectFileGetCreationTimestamp(self.handle.as_ptr()) })
89 .unwrap()
90 }
91
92 /// Get the folder that contains this file
93 pub fn folder(&self) -> Option<Ref<ProjectFolder>> {

Callers 1

fmtMethod · 0.80

Calls 1

systime_from_bntimeFunction · 0.85

Tested by

no test coverage detected