Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/larksuite/cli
/ Open
Method
Open
shortcuts/drive/drive_preview_test.go:825–825 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
823
}
824
825
func
(f *statErrorFileIO) Open(name string) (fileio.File, error) {
return
f.inner.Open(name) }
826
827
func
(f *statErrorFileIO) Stat(string) (fileio.FileInfo, error) {
return
nil, f.err }
828
Callers
nothing calls this directly
Calls
1
Open
Method · 0.65
Tested by
no test coverage detected