Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
bool ValueInt::equals(Value* other) const {
34
if (auto value = DoraAs<ValueInt>(other)) {
35
return _value == value->get();
36
}
37
return false;
38
}
39
40
MEMORY_POOL(ValueInt);
41
Callers
15
onReceive
Method · 0.45
isInternalIdeUrl
Method · 0.45
onReceive
Method · 0.45
handleUsbDeviceDetached
Method · 0.45
handleUsbDevicePermission
Method · 0.45
isSteamController
Method · 0.45
probeService
Method · 0.45
onCharacteristicRead
Method · 0.45
onCharacteristicWrite
Method · 0.45
onCharacteristicChanged
Method · 0.45
onDescriptorWrite
Method · 0.45
onCreate
Method · 0.45
Calls
2
scriptHandlerEqual
Method · 0.80
get
Method · 0.65
Tested by
no test coverage detected