MCPcopy 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]
122fn memory_backend_append() {
123 run_append(MemoryBackend::new());
124}
125
126#[test]
127fn folder_backend_append() {

Callers

nothing calls this directly

Calls 1

run_appendFunction · 0.85

Tested by

no test coverage detected