Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/yuin/gopher-lua
/ Expr
Interface
Expr
ast/expr.go:3–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
package
ast
2
3
type
Expr
interface
{
4
PositionHolder
5
exprMarker()
6
}
7
8
type
ExprBase
struct
{
9
Node
Callers
nothing calls this directly
Implementers
1
ExprBase
ast/expr.go
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…