MCPcopy
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
1166def get_dict_val(dict, key):
1167 if key in dict:
1168 return dict[key]
1169 else:
1170 return ''
1171
1172
1173def le_advertise_packet_handler(mac, adv_type, data, rssi):

Callers 2

upd_cellMethod · 0.85
sendToTheVictimsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected