Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ from
Method
from
atomic-core/src/change/store.rs:282–284 ·
view source on GitHub ↗
(err: ChangeError)
Source
from the content-addressed store, hash-verified
280
281
impl From<ChangeError> for MemoryStoreError {
282
fn from(err: ChangeError) -> Self {
283
Self::ChangeError(err.to_string())
284
}
285
}
286
287
/// An in-memory change store for testing.
Callers
nothing calls this directly
Calls
1
ChangeError
Enum · 0.85
Tested by
no test coverage detected