| 1 | use crate::cache::{cached_function, cached_type_references}; |
| 2 | use crate::matcher::invalidate_function_matcher_cache; |
| 3 | use crate::user_signature_dir; |
| 4 | use binaryninja::binary_view::{BinaryView, BinaryViewExt}; |
nothing calls this directly
no outgoing calls
no test coverage detected