Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ECTO-1A/AppleJuice
/ get_dict_val
Function
get_dict_val
utils/ble_read_state.py:1166–1170 ·
view source on GitHub ↗
(dict, key)
Source
from the content-addressed store, hash-verified
1164
1165
1166
def
get_dict_val(dict, key):
1167
if
key in dict:
1168
return
dict[key]
1169
else
:
1170
return
''
1171
1172
1173
def
le_advertise_packet_handler(mac, adv_type, data, rssi):
Callers
2
upd_cell
Method · 0.85
sendToTheVictims
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected