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

Method get_string

rust/src/settings.rs:187–189  ·  view source on GitHub ↗
(&self, key: S)

Source from the content-addressed store, hash-verified

185 }
186
187 pub fn get_string<S: BnStrCompatible>(&self, key: S) -> BnString {
188 self.get_string_with_opts(key, &mut QueryOptions::default())
189 }
190
191 pub fn get_string_with_opts<S: BnStrCompatible>(
192 &self,

Callers

nothing calls this directly

Calls 1

get_string_with_optsMethod · 0.80

Tested by

no test coverage detected