Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Unpackerr/unpackerr
/ OpenFile
Function
OpenFile
pkg/ui/ui_other.go:49–51 ·
view source on GitHub ↗
OpenFile open Config Files.
(_ string)
Source
from the content-addressed store, hash-verified
47
48
// OpenFile open Config Files.
49
func
OpenFile(_ string) error {
50
return
fmt.Errorf(
"%w: %s"
, ErrUnsupported, runtime.GOOS)
51
}
Callers
nothing calls this directly
Calls
1
Errorf
Method · 0.65
Tested by
no test coverage detected