MCPcopy Create free account
hub / github.com/blender/cycles / to_string

Function to_string

src/util/string.cpp:200–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200string to_string(const char *str)
201{
202 return string(str);
203}
204
205string to_string(const float4 &v)
206{

Callers 13

set_membership_strFunction · 0.85
print_emittersFunction · 0.85
merge_channels_metadataFunction · 0.85
TileManagerMethod · 0.85
open_tile_outputMethod · 0.85
visualizeMethod · 0.85
cycles_precomputeFunction · 0.85
full_reportMethod · 0.85
oneapi_run_test_kernelFunction · 0.85

Calls 1

string_printfFunction · 0.85

Tested by

no test coverage detected