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

Function __operatorAddSet

NULLC/translation/runtime.cpp:419–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

417}
418
419NULLCArray<char> __operatorAddSet(NULLCArray<char> * a, NULLCArray<char> b, void* unused)
420{
421 return *a = __operatorAdd(*a, b, 0);
422}
423
424char char__(char a, void* unused)
425{

Callers

nothing calls this directly

Calls 1

__operatorAddFunction · 0.70

Tested by

no test coverage detected