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

Method update

rust/src/update.rs:166–168  ·  view source on GitHub ↗
(&self, version: &UpdateVersion)

Source from the content-addressed store, hash-verified

164 }
165
166 pub fn update(&self, version: &UpdateVersion) -> Result<UpdateResult, BnString> {
167 self.update_with_progress(version, NoProgressCallback)
168 }
169
170 pub fn update_with_progress<P: ProgressCallback>(
171 &self,

Callers 15

adjustSizeMethod · 0.45
refreshLinesMethod · 0.45
scrollLinesMethod · 0.45
repositionCaretMethod · 0.45
updateCaretMethod · 0.45
selectNoneMethod · 0.45
selectAllMethod · 0.45
leftMethod · 0.45
rightMethod · 0.45
pageUpMethod · 0.45
pageDownMethod · 0.45
moveToStartOfLineMethod · 0.45

Calls 1

update_with_progressMethod · 0.80

Tested by

no test coverage detected