MCPcopy
hub / github.com/uber/aresdb / OSFileSystem

Struct OSFileSystem

utils/file_system.go:36–36  ·  view source on GitHub ↗

OSFileSystem implements FileSystem using os package

Source from the content-addressed store, hash-verified

34
35// OSFileSystem implements FileSystem using os package
36type OSFileSystem struct{}
37
38// ReadFile reads whole file into byte buffer
39func (OSFileSystem) ReadFile(name string) ([]byte, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected