MCPcopy Index your code
hub / github.com/perkeep/perkeep / Read

Method Read

internal/magic/magic.go:220–220  ·  view source on GitHub ↗
([]byte)

Source from the content-addressed store, hash-verified

218type errReader struct{ err error }
219
220func (er errReader) Read([]byte) (int, error) { return 0, er.err }
221
222// videoExtensions are common video filename extensions that may not
223// be covered by mime.TypeByExtension.

Callers 2

GetMPEGAudioDurationFunction · 0.45
checkOpenFunction · 0.45

Calls

no outgoing calls

Tested by 1

checkOpenFunction · 0.36