alpha
Login
or
Join now
microcosm.blue
/
microcosm-rs
Star
0
Fork
3
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm
Star
0
Fork
3
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Fix get_m2m_empty test
author
max
committer
tangled.org
date
4 months ago
(Feb 23, 2026, 3:39 PM UTC)
commit
abda6d88
abda6d883689c6ff08aa7a97adf211bd1100d98c
parent
0936e617
0936e61764d35414fd7c2bb1a04949f0de1d6f4d
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
constellation
src
storage
mem_store.rs
+1
-1
constellation/src/storage/mem_store.rs
Reviewed
···
247
247
) -> Result<PagedOrderedCollection<(String, Vec<RecordId>), String>> {
248
248
let empty_res = Ok(PagedOrderedCollection {
249
249
items: Vec::new(),
250
250
-
next: Some("".to_string()),
250
250
+
next: None,
251
251
});
252
252
253
253
// struct MemStorageData {