getClassName function

JSONString getClassName(
  1. String codePath
)

Implementation

JSONString getClassName(String codePath) {
  return getFirstClassNameInFile(codePath);
}