MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / get_root

Method get_root

modules/core/core/src/core/build.module_manager.cpp:593–596  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

591}
592
593skr::StringView ModuleManagerImpl::get_root(void)
594{
595 return skr::StringView(skr::StringView(moduleDir.u8_str(), (size_t)moduleDir.size()));
596}
597
598} // namespace skr
599

Callers

nothing calls this directly

Calls 2

u8_strMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected