MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / set_next

Method set_next

Source/ThirdParty/pugixml/pugixml.cpp:9224–9227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9222 }
9223
9224 void set_next(xpath_ast_node* value)
9225 {
9226 _next = value;
9227 }
9228
9229 void set_right(xpath_ast_node* value)
9230 {

Callers 2

parse_stepMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected