MCPcopy Create free account
hub / github.com/dolthub/doltgresql / AppendOperations

Method AppendOperations

server/plpgsql/statements.go:32–32  ·  view source on GitHub ↗

AppendOperations adds the statement to the operation slice.

(ops *[]InterpreterOperation, stack *InterpreterStack)

Source from the content-addressed store, hash-verified

30 OperationSize() int32
31 // AppendOperations adds the statement to the operation slice.
32 AppendOperations(ops *[]InterpreterOperation, stack *InterpreterStack) error
33}
34
35// Assignment represents an assignment statement.

Callers 2

AppendOperationsMethod · 0.65
ParseFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected