Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ write
Method
write
src/resource/compile_options.cpp:267–270 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
265
}
266
267
void CompileOptions::write(const void *data, u32 size)
268
{
269
_binary_writer.write(data, size);
270
}
271
272
const char *CompileOptions::exe_path(const char * const *paths, u32 num)
273
{
Callers
15
compile
Function · 0.45
compile
Function · 0.45
write
Function · 0.45
compile
Function · 0.45
write_temporary
Method · 0.45
compile
Function · 0.45
compile
Function · 0.45
compile_variant
Method · 0.45
compile
Method · 0.45
compile_bgfx_shader
Method · 0.45
compile
Function · 0.45
compile
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected