useFvm function

bool useFvm()

Implementation

bool useFvm() {
  return File(".fvmrc").existsSync();
}