MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / equals

Method equals

Source/Support/Value.cpp:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33bool ValueInt::equals(Value* other) const {
34 if (auto value = DoraAs<ValueInt>(other)) {
35 return _value == value->get();
36 }
37 return false;
38}
39
40MEMORY_POOL(ValueInt);
41

Callers 15

onReceiveMethod · 0.45
isInternalIdeUrlMethod · 0.45
onReceiveMethod · 0.45
isSteamControllerMethod · 0.45
probeServiceMethod · 0.45
onCharacteristicReadMethod · 0.45
onCharacteristicWriteMethod · 0.45
onDescriptorWriteMethod · 0.45
onCreateMethod · 0.45

Calls 2

scriptHandlerEqualMethod · 0.80
getMethod · 0.65

Tested by

no test coverage detected