MCPcopy Index your code
hub / github.com/yuin/gopher-lua / Type

Method Type

iolib.go:113–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111}
112
113func (file *lFile) Type() lFileType {
114 if file.fp == nil {
115 return lFileProcess
116 }
117 return lFileFile
118}
119
120func (file *lFile) Name() string {
121 switch file.Type() {

Callers 2

NameMethod · 0.95
AbandonReadBufferMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected