Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SignTools/SignTools
/ RemoveFile
Method
RemoveFile
src/storage/filesystem.go:23–23 ·
view source on GitHub ↗
(FSName)
Source
from the content-addressed store, hash-verified
21
SetString(FSName, string) error
22
SetFile(FSName, io.Reader) error
23
RemoveFile(FSName) error
24
Stat(name FSName) (os.FileInfo, error)
25
MkDir(name FSName) error
26
ReadDir(name FSName) ([]os.DirEntry, error)
Callers
1
resignApp
Function · 0.65
Implementers
2
envProfile
src/storage/profile_env.go
FileSystemBase
src/storage/filesystem.go
Calls
no outgoing calls
Tested by
no test coverage detected