1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 00:27:43 +00:00

HackStudio: Add Project::project_is_serenity() function

This commit is contained in:
Itamar 2022-01-07 16:27:13 +02:00 committed by Andreas Kling
parent 95545648bd
commit 3afd17db9d
2 changed files with 8 additions and 0 deletions

View file

@ -30,6 +30,7 @@ public:
void for_each_text_file(Function<void(const ProjectFile&)>) const;
String to_absolute_path(String const&) const;
bool project_is_serenity() const;
private:
explicit Project(const String& root_path);