MCPcopy Index your code
hub / github.com/hpcloud/tail / OpenFile

Function OpenFile

tail_posix.go:9–11  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

7)
8
9func OpenFile(name string) (file *os.File, err error) {
10 return os.Open(name)
11}

Callers 2

TailFileFunction · 0.70
reopenMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…