Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/moss
/ OsFile
Method
OsFile
file.go:142–142 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
140
// OsFile interface allows conversion from a File to an os.File.
141
type
OsFile
interface
{
142
OsFile() *os.File
143
}
144
145
// ToOsFile provides the underlying os.File for a File, if available.
Callers
1
ToOsFile
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected