| 1 | use crate::cache::cached_function_guid; |
| 2 | use crate::matcher::cached_function_matcher; |
| 3 | use binaryninja::background_task::BackgroundTask; |
| 4 | use binaryninja::binary_view::{BinaryView, BinaryViewExt}; |
nothing calls this directly
no outgoing calls
no test coverage detected