MCPcopy Create free account
hub / github.com/LunarG/VulkanTools / IsBuiltIn

Method IsBuiltIn

vkconfig_core/path.cpp:150–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150bool Path::IsBuiltIn() const { return this->data.find(":\\") == 0 || this->data.find(":/") == 0; }
151
152Path& Path::operator=(const Path& path) {
153 this->data = path.data;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected