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

Method SetLine

ast/ast.go:19–21  ·  view source on GitHub ↗
(line int)

Source from the content-addressed store, hash-verified

17}
18
19func (self *Node) SetLine(line int) {
20 self.line = line
21}
22
23func (self *Node) LastLine() int {
24 return self.lastline

Callers 1

compileBlockFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected