Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
27
func
(self *Node) SetLastLine(line int) {
28
self.lastline = line
29
}
Callers
1
compileBlock
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected