Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/yuin/gopher-lua
/ sline
Function
sline
compile.go:93–95 ·
view source on GitHub ↗
(pos ast.PositionHolder)
Source
from the content-addressed store, hash-verified
91
}
92
93
func
sline(pos ast.PositionHolder) int {
94
return
pos.Line()
95
}
96
97
func
eline(pos ast.PositionHolder) int {
98
line := pos.LastLine()
Callers
15
compileBlock
Function · 0.85
compileAssignStmtRight
Function · 0.85
compileAssignStmt
Function · 0.85
compileLocalAssignStmt
Function · 0.85
compileReturnStmt
Function · 0.85
compileIfStmt
Function · 0.85
compileBranchCondition
Function · 0.85
compileBreakStmt
Function · 0.85
compileFuncDefStmt
Function · 0.85
compileNumberForStmt
Function · 0.85
compileGenericForStmt
Function · 0.85
compileLabelStmt
Function · 0.85
Calls
1
Line
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…