Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/foxcpp/maddy
/ Remove
Method
Remove
framework/buffer/file.go:59–61 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
57
}
58
59
func
(fb FileBuffer) Remove() error {
60
return
os.Remove(fb.Path)
61
}
62
63
// BufferInFile is a convenience function which creates FileBuffer with underlying
64
// file created in the specified directory with the random name.
Callers
nothing calls this directly
Calls
1
Remove
Method · 0.65
Tested by
no test coverage detected