MCPcopy 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
104const char *CompileOptions::source_path()
105{
106 return _source_path.c_str();
107}
108
109bool CompileOptions::file_exists(const char *path)
110{

Callers 4

writeFunction · 0.80
compileFunction · 0.80
compileFunction · 0.80
compileFunction · 0.80

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected