Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/yuin/gopher-lua
/ Node
Struct
Node
ast/ast.go:10–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
}
9
10
type
Node
struct
{
11
line int
12
lastline int
13
}
14
15
func
(self *Node) Line() int {
16
return
self.line
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected