@eagleoutice/flowr
Version:
Static Dataflow Analyzer and Program Slicer for the R Programming Language
8 lines (7 loc) • 343 B
TypeScript
import type { UltimateSlicerStats } from '../data';
/**
* Write the graph output for the ultimate slicer stats to a file
* @param ultimate - The ultimate slicer stats
* @param outputGraphPath - The path to write the graph output to
*/
export declare function writeGraphOutput(ultimate: UltimateSlicerStats, outputGraphPath: string): void;