Up Main page

6 Function reference

Generic:
monkeyproof.cc4m.start Open the Code Checker for MATLAB GUI.
monkeyproof.cc4m.showLicenseAgreement Show license agreement
monkeyproof.cc4m.showLicenseDialog Show license dialog
Manage Configuration:
monkeyproof.cc4m.getConfigurationFolder Get folder where configurations are stored.
monkeyproof.cc4m.setConfigurationFolder Set folder where configurations are stored.
monkeyproof.cc4m.getActiveConfigurationFile Get current active configuration file.
monkeyproof.cc4m.activateConfigurationFile Activate a configuration file.
monkeyproof.cc4m.getConfigurationFiles Get available configuration files in the configuration folder.
monkeyproof.cc4m.createConfigurationFile Create a new configuration file using default values and optionally activate it.
monkeyproof.cc4m.updateConfigurationFile Add missing check configurations to a configuration file.
monkeyproof.cc4m.openConfigurationFile Open a configuration file in the Configuration Editor.
monkeyproof.cc4m.listPredefinedConfigurations Return a list of predefined configurations.
Manage reports folder:
monkeyproof.cc4m.getReportsFolder Get the location where Code Checker for MATLAB reports are stored.
monkeyproof.cc4m.setReportsFolder Change the location where Code Checker for MATLAB reports are stored. If the given path refers to a non-existing location, the folder is created.
Exemptions:
monkeyproof.cc4m.getExemption Get the exemption tag for a given check name.
monkeyproof.cc4m.getAllExemptions Get a table with the exemption tag for every check.
Up Main page