nostrdb: add is_replaceable_kind helper

we will be using this to detect replaceable kinds

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2025-01-12 17:45:10 -08:00
committed by Daniel D’Aquino
parent 27f55bc09f
commit fa9b952295

View File

@@ -263,6 +263,15 @@ struct ndb_search_words
int num_words;
};
static inline int is_replaceable_kind(uint64_t kind)
{
return kind == 0 || kind == 3
|| (10000 <= kind && kind < 20000)
|| (30000 <= kind && kind < 40000);
}
// ndb_text_search_key
//
// This is compressed when in lmdb: