Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/blender/cycles
/ xml_write_boolean
Function
xml_write_boolean
src/graph/node_xml.cpp:21–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
static const char *xml_write_boolean(bool value)
22
{
23
return (value) ?
"true"
:
"false"
;
24
}
25
26
template<int VECTOR_SIZE, typename T>
27
static void xml_read_float_array(T &value, xml_attribute attr)
Callers
1
xml_write_node
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected