MCPcopy Create free account
hub / github.com/crownengine/crown / fake_read

Method fake_read

src/resource/compile_options.cpp:203–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203void CompileOptions::fake_read(const char *path)
204{
205 TempAllocator256 ta;
206 DynamicString path_str(ta);
207 path_str = path;
208
209 hash_map::set(_new_dependencies, path_str, 0u);
210}
211
212void CompileOptions::add_requirement(const char *type, const char *name)
213{

Callers 3

compileFunction · 0.80
load_metadata_cacheFunction · 0.80
compile_resourcesFunction · 0.80

Calls 1

setClass · 0.85

Tested by

no test coverage detected