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

Method fmt

rust/src/project.rs:688–694  ·  view source on GitHub ↗
(&self, f: &mut std::fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

686
687impl Debug for Project {
688 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
689 f.debug_struct("Project")
690 .field("id", &self.id())
691 .field("name", &self.name())
692 .field("description", &self.description())
693 .finish()
694 }
695}
696
697impl ToOwned for Project {

Callers

nothing calls this directly

Calls 4

finishMethod · 0.45
idMethod · 0.45
nameMethod · 0.45
descriptionMethod · 0.45

Tested by

no test coverage detected