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

Method SetLastLine

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

Source from the content-addressed store, hash-verified

25}
26
27func (self *Node) SetLastLine(line int) {
28 self.lastline = line
29}

Callers 1

compileBlockFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected