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

Function _auth_clear_failures

webapp_modern.py:4646–4648  ·  view source on GitHub ↗
(ip)

Source from the content-addressed store, hash-verified

4644 if isinstance(b, dict) and (b.get('t') or 0) >= cutoff]
4645 return jsonify({'success': True, 'bucket_s': _RUSENSE_VITALS_BUCKET_S,
4646 'hours': hours, 'count': len(buckets), 'buckets': buckets})
4647
4648
4649# ── Sensing backend lifecycle (bundled sensing-server) ───────────────────────
4650# Ragnar ships the sensing engine itself, so the config page can install/start
4651# it without any external RuView checkout. These routes drive the install and

Callers 2

auth_loginFunction · 0.85
auth_recoverFunction · 0.85

Calls 1

popMethod · 0.80

Tested by

no test coverage detected