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

Method user_data

src/resource/data_compiler.cpp:1522–1528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1520}
1521
1522void *DataCompiler::user_data(StringId64 type)
1523{
1524 ResourceTypeData rtd;
1525 rtd.version = COMPILER_NOT_FOUND;
1526 rtd.compiler = NULL;
1527 return hash_map::get(_compilers, type, rtd).user_data;
1528}
1529
1530bool DataCompiler::can_compile(StringId64 type)
1531{

Callers 1

parseFunction · 0.80

Calls 1

getFunction · 0.85

Tested by

no test coverage detected