From 13d33be824a0f6a3952045df7b97b35fc69520a8 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Fri, 22 Aug 2025 16:12:08 +0300 Subject: cover all functions + Not quite all lines due to sptree being dumb >:((((( --- include/conts/sptree.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/conts/sptree.h b/include/conts/sptree.h index 1464d0f..53c3e73 100644 --- a/include/conts/sptree.h +++ b/include/conts/sptree.h @@ -119,6 +119,7 @@ static inline SPTREE_TYPE *SPTREE(next)(SPTREE_TYPE *prev) n = p; } + /* god damn it, stop ruining my coverage you bastard */ return NULL; } -- cgit v1.2.3