| 1 | use crate::cache::try_cached_function_guid; |
| 2 | use binaryninja::binary_view::{BinaryView, BinaryViewExt}; |
| 3 | use binaryninja::command::Command; |
| 4 | use binaryninja::function::Function as BNFunction; |
nothing calls this directly
no outgoing calls
no test coverage detected