MCPcopy Create free account
hub / github.com/SpartanJ/eepp / hasBuild

Method hasBuild

src/tools/ecode/projectbuild.hpp:214–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212 const ProjectBuildKeyVal& vars() const { return mVars; }
213
214 bool hasBuild() const { return !mBuild.empty(); }
215
216 bool hasClean() const { return !mClean.empty(); }
217

Callers 3

UniversalLocatorMethod · 0.45
hasBuildCommandsMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected