SIGN IN SIGN UP

fix: handle CRLF in loc.js fence regex and remove dead codeOf (#339) (#518)

loc.js regex was missing \r? before \n, so CRLF code fences were
never matched and the metric fell back to counting the whole response.
Also removed dead codeOf() from behavior.js (defined but never called).

Fixes #339
A
Aly Dhedhi committed
146904825d46f609ccc335c12258320d8dc3ec58
Parent: 3efe737
Committed by GitHub <noreply@github.com> on 7/7/2026, 12:26:10 AM