Options
All
  • Public
  • Public/Protected
  • All
Menu

Module getInfo

Index

Functions

checkAndConvertCpp

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

getInfo

  • getInfo(location: string): Promise<default>
  • description

    function for getting all the info combined. After this the info is accessible at the default exported info. Combines the makefile info and files in workspace info, also checks if a project is a C or C++ project and converts accordingly.

    Parameters

    • location: string

      location of the workspace

    Returns Promise<default>

Generated using TypeDoc