MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / _get_wardriving_engine

Function _get_wardriving_engine

webapp_modern.py:8147–8152  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8145 applied = {}
8146 for key, value in incoming.items():
8147 if key.startswith('__') or key in CONFIG_EXPORT_EXCLUDE:
8148 continue
8149 if key in CONFIG_HARDWARE_KEYS and not include_hardware:
8150 skipped_hardware.append(key)
8151 continue
8152 applied[key] = value
8153
8154 if not applied:
8155 return jsonify({'success': False,

Callers 15

_get_wardriving_dataMethod · 0.90
wardriving_statusFunction · 0.85
wardriving_startFunction · 0.85
wardriving_stopFunction · 0.85
wardriving_networksFunction · 0.85
wardriving_sessionsFunction · 0.85
wardriving_exportFunction · 0.85
wardriving_gpsFunction · 0.85
wardriving_import_csvFunction · 0.85
wardriving_serial_detectFunction · 0.85
wardriving_serialFunction · 0.85

Calls 1

WardrivingEngineClass · 0.90

Tested by

no test coverage detected