MCPcopy
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
363func (s *Session) appendStatements(stmts ...ast.Stmt) {
364 s.mainBody.List = append(s.mainBody.List, stmts...)
365}
366
367// Error ...
368type Error string

Callers 2

evalExprMethod · 0.95
evalStmtMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected