INNER CODE UNIT · Python
parse_fp
wolfSSL/wolfssl-examples · .github/scripts/issue_store.py:89
def parse_fp(body):
m = FP_RE.search(body or "")
return m.group(1) if m else None
def parse_state(body):
m = STATE_RE.search(body or "")
if not m:
return {}
try:
return json.loads(m.group(1))
except json.JSONDecodeError:
return {}
def render_body(eid, state, ai, failing_rows, run_url, now):
# The log never goes in the state marker. An HTML comment is invisible in
# rendered markdown but fully readable via the API and the raw view, so an