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

Method RefNCompare

NULLC/StdLib.cpp:780–783  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

778}
779
780int NULLC::RefNCompare(NULLCRef a, NULLCRef b)
781{
782 return a.ptr != b.ptr;
783}
784
785int NULLC::FuncCompare(NULLCFuncPtr a, NULLCFuncPtr b)
786{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected