This function is not used directly by main.js, but a reference to it is
emitted by SourceLocationIndex.sourceLocationLinkHtml.
export fn fuzzSelectSli(sli: SourceLocationIndex) void
export fn fuzzSelectSli(sli: SourceLocationIndex) void {
if (!sli.haveCoverage()) return;
selected_source_location = sli;
updateEntryPoints() catch @panic("out of memory"); // highlights the selected one green
updateSource() catch @panic("out of memory");
updateCoverage() catch @panic("out of memory");
}