MCPcopy Index your code
hub / github.com/GraphiteEditor/Graphite / ExportSink

Interface ExportSink

document/document-format/src/export.rs:259–269  ·  view source on GitHub ↗

Sink an export streams entries into, so one async loop drives folder/zip/xz writes. Archive sinks work on every target; the folder sink and `write_entry_from_path` are native-only. `Send` because `stream_entries` holds `&mut dyn ExportSink` across `.await`s.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Implementers 1

export.rsdocument/document-format/src/export.rs

Calls

no outgoing calls

Tested by

no test coverage detected