Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/x-motemen/gore
/ appendStatements
Method
appendStatements
session.go:363–365 ·
view source on GitHub ↗
(stmts ...ast.Stmt)
Source
from the content-addressed store, hash-verified
361
}
362
363
func
(s *Session) appendStatements(stmts ...ast.Stmt) {
364
s.mainBody.List = append(s.mainBody.List, stmts...)
365
}
366
367
// Error ...
368
type
Error string
Callers
2
evalExpr
Method · 0.95
evalStmt
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected