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

Function add_optional_plugin_dependency

rust/src/lib.rs:603–607  ·  view source on GitHub ↗
(name: S)

Source from the content-addressed store, hash-verified

601}
602
603pub fn add_optional_plugin_dependency<S: BnStrCompatible>(name: S) {
604 unsafe {
605 BNAddOptionalPluginDependency(name.into_bytes_with_nul().as_ref().as_ptr() as *const c_char)
606 };
607}
608
609// Provide ABI version automatically so that the core can verify binary compatibility
610#[cfg(not(feature = "no_exports"))]

Callers 3

CorePluginDependenciesFunction · 0.85
CorePluginDependenciesFunction · 0.85
CorePluginDependenciesFunction · 0.85

Calls 2

into_bytes_with_nulMethod · 0.80
as_refMethod · 0.45

Tested by

no test coverage detected