MCPcopy Create free account
hub / github.com/PulseSync-LLC/PulseSync-client / HashingReader

Class HashingReader

nativeModules/pulsesyncNative/src/artifact.rs:192–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192struct HashingReader<R> {
193 inner: R,
194 hasher: Sha256,
195}
196
197impl<R> HashingReader<R> {
198 fn new(inner: R) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected