Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
19
func
(self *Node) SetLine(line int) {
20
self.line = line
21
}
22
23
func
(self *Node) LastLine() int {
24
return
self.lastline
Callers
1
compileBlock
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected