Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GraphiteEditor/Graphite
/ memory_backend_append
Function
memory_backend_append
document/container/tests/round_trip.rs:122–124 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
120
121
#[test]
122
fn memory_backend_append() {
123
run_append(MemoryBackend::new());
124
}
125
126
#[test]
127
fn folder_backend_append() {
Callers
nothing calls this directly
Calls
1
run_append
Function · 0.85
Tested by
no test coverage detected