MCPcopy Create free account
hub / github.com/sajari/docconv / Done

Method Done

local.go:45–50  ·  view source on GitHub ↗

Done cleans up all resources.

()

Source from the content-addressed store, hash-verified

43
44// Done cleans up all resources.
45func (l *LocalFile) Done() {
46 l.Close()
47 if l.unlink {
48 os.Remove(l.Name())
49 }
50}

Callers 6

ConvertPDFFunction · 0.95
ConvertDocFunction · 0.95
ConvertPDFFunction · 0.95
ConvertRTFFunction · 0.95
ConvertImageFunction · 0.95
ConvertPDFImagesFunction · 0.80

Calls 1

CloseMethod · 0.80

Tested by

no test coverage detected