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

Method new

rust/src/headless.rs:117–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115
116impl InitializationOptions {
117 pub fn new() -> Self {
118 Self::default()
119 }
120
121 /// A license to override with, you can use this to make sure you initialize with a specific license.
122 ///

Callers

nothing calls this directly

Calls 3

license_locationFunction · 0.85
initFunction · 0.85
lockMethod · 0.45

Tested by

no test coverage detected