module lang::php::stats::PrepStats
rascal-0.40.17
php-analysis-0.2.4
Usage
import lang::php::stats::PrepStats;
Source code
http://github.com/cwi-swat/php-analysis/blob/main/src/main/rascal/lang/php/stats/PrepStats.rsc
Dependencies
import lang::php::stats::Stats;
import lang::php::util::Corpus;
import List;
import Set;
import String;
import IO;
function prepareStats
void prepareStats(list[tuple[str p, str v, map[str,int] fc, map[str,int] sc, map[str,int] ec]] stats, bool appendToFiles)