MCPcopy Create free account
hub / github.com/cloudreve/cloudreve / Exts

Method Exts

pkg/mediameta/geocoding.go:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41}
42
43func (e *geocodingExtractor) Exts() []string {
44 return exifExts
45}
46
47func (e *geocodingExtractor) Extract(ctx context.Context, ext string, source entitysource.EntitySource, opts ...optionFunc) ([]driver.MediaMeta, error) {
48 option := &option{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected