Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaaXYZ/MaaFramework
/ is_first_time_use
Function
is_first_time_use
source/include/ProjectInterface/Configurator.h:30–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
auto& configuration() { return config_; }
29
30
bool is_first_time_use() const { return first_time_use_; }
31
32
const auto& resource_dir() const { return resource_dir_; }
33
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected