Function minidump_processor::string_symbol_supplier[][src]

pub fn string_symbol_supplier(
    modules: HashMap<String, String>
) -> impl SymbolSupplier
Expand description

Gets a mock SymbolSupplier that just maps module names to a string containing an entire breakpad .sym file, for tests.