Options
All
  • Public
  • Public/Protected
  • All
Menu

Module getInfo/infoHelpers

Index

Functions

checkAndConvertCpp

  • description

    Check if the program is a c++ or c program and automatically converts.

    Parameters

    • makeInfo: default

      combined info of the makefile and file list

    Returns default

checkForFileNameInArray

  • checkForFileNameInArray(name: string, array: string[], caseMatters?: boolean): number
  • description

    returns the location of a specific file in an array

    Parameters

    • name: string

      name of file to search in path.

    • array: string[]
    • Optional caseMatters: boolean

    Returns number

combineArraysIntoObject

  • combineArraysIntoObject(arr1: string[], arr2: string[], key: string, obj: {}): {}

Generated using TypeDoc