Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ source_path
Method
source_path
src/resource/compile_options.cpp:104–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
}
103
104
const char *CompileOptions::source_path()
105
{
106
return _source_path.c_str();
107
}
108
109
bool CompileOptions::file_exists(const char *path)
110
{
Callers
4
write
Function · 0.80
compile
Function · 0.80
compile
Function · 0.80
compile
Function · 0.80
Calls
1
c_str
Method · 0.45
Tested by
no test coverage detected