MCPcopy Create free account
hub / github.com/WheretIB/nullc / AddPositiveNode

Function AddPositiveNode

NULLC/Callbacks.cpp:779–782  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

777}
778
779void AddPositiveNode(const char* pos)
780{
781 AddFunctionCallNode(pos, "+", 1, true);
782}
783
784// Function that creates unary operation node that changes sign of value
785void AddNegateNode(const char* pos)

Callers 1

ParseTerminalFunction · 0.85

Calls 1

AddFunctionCallNodeFunction · 0.85

Tested by

no test coverage detected