Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
func
(fs frequencyPlansFileSystem) Destroy() error {
39
return
os.RemoveAll(string(fs))
40
}
41
42
func
(fs frequencyPlansFileSystem) Dir() string {
43
return
string(fs)
Callers
1
TestFilesystem
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected