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

Method fmt

rust/src/repository/manager.rs:100–104  ·  view source on GitHub ↗
(&self, f: &mut std::fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

98
99impl Debug for RepositoryManager {
100 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
101 f.debug_struct("RepositoryManager")
102 .field("repositories", &self.repositories().to_vec())
103 .finish()
104 }
105}
106
107impl ToOwned for RepositoryManager {

Callers

nothing calls this directly

Calls 3

to_vecMethod · 0.80
finishMethod · 0.45
repositoriesMethod · 0.45

Tested by

no test coverage detected