Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
45
func
(l *LocalFile) Done() {
46
l.Close()
47
if
l.unlink {
48
os.Remove(l.Name())
49
}
50
}
Callers
6
ConvertPDF
Function · 0.95
ConvertDoc
Function · 0.95
ConvertPDF
Function · 0.95
ConvertRTF
Function · 0.95
ConvertImage
Function · 0.95
ConvertPDFImages
Function · 0.80
Calls
1
Close
Method · 0.80
Tested by
no test coverage detected