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

Function invalidate_function_matcher_cache

plugins/warp/src/matcher.rs:46–49  ·  view source on GitHub ↗

TODO: Maybe just clear individual platforms? This works well enough either way.

()

Source from the content-addressed store, hash-verified

44
45// TODO: Maybe just clear individual platforms? This works well enough either way.
46pub fn invalidate_function_matcher_cache() {
47 let matcher_cache = PLAT_MATCHER_CACHE.get_or_init(Default::default);
48 matcher_cache.clear();
49}
50
51#[derive(Debug, Default, Clone)]
52pub struct Matcher {

Callers 3

actionMethod · 0.85
actionMethod · 0.85
actionMethod · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected