Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1Panel-dev/1Panel
/ NewFileOp
Function
NewFileOp
agent/utils/files/file_op.go:88–92 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
86
}
87
88
func
NewFileOp() FileOp {
89
return
FileOp{
90
Fs: afero.NewOsFs(),
91
}
92
}
93
94
func
(f FileOp) OpenFile(dst string) (fs.File, error) {
95
return
f.Fs.Open(dst)
Callers
5
Compress
Method · 0.85
Compress
Method · 0.85
ReadFileByLine
Function · 0.85
Compress
Method · 0.85
Compress
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected