MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / Destroy

Method Destroy

pkg/fetch/fs_test.go:38–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36}
37
38func (fs frequencyPlansFileSystem) Destroy() error {
39 return os.RemoveAll(string(fs))
40}
41
42func (fs frequencyPlansFileSystem) Dir() string {
43 return string(fs)

Callers 1

TestFilesystemFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected