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

Method into_bytes_with_nul

rust/src/string.rs:198–200  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

196 type Result = &'a [u8];
197
198 fn into_bytes_with_nul(self) -> Self::Result {
199 self.to_bytes_with_nul()
200 }
201}
202
203unsafe impl BnStrCompatible for BnString {

Callers 15

simplify_str_to_strFunction · 0.80
simplify_str_to_fqnFunction · 0.80
register_commandFunction · 0.80
demangle_genericFunction · 0.80
demangle_llvmFunction · 0.80
demangle_gnu3Function · 0.80
demangle_msFunction · 0.80
is_mangled_stringMethod · 0.80

Calls 1

as_strMethod · 0.80

Tested by

no test coverage detected