Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anchordotdev/cli
/ Open
Method
Open
config.go:323–323 ·
view source on GitHub ↗
(string)
Source
from the content-addressed store, hash-verified
321
322
type
SystemFS
interface
{
323
Open(string) (fs.File, error)
324
ReadDir(string) ([]fs.DirEntry, error)
325
Stat(string) (fs.FileInfo, error)
326
WriteFile(string, []byte, os.FileMode) error
Callers
6
loadTOML
Method · 0.65
Open
Method · 0.65
isWSL
Function · 0.65
Open
Method · 0.65
Open
Method · 0.65
Open
Method · 0.65
Implementers
1
osFS
config.go
Calls
no outgoing calls
Tested by
1
Open
Method · 0.52