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

Method PopScope

server/plpgsql/interpreter_stack.go:224–226  ·  view source on GitHub ↗

PopScope removes the current scope.

()

Source from the content-addressed store, hash-verified

222
223// PopScope removes the current scope.
224func (is *InterpreterStack) PopScope() {
225 is.stack.Pop()
226}
227
228// SetVariable sets the first variable found, with a matching name, to the value given. This does not ensure that the
229// value matches the expectations of the type, so it should be validated before this is called. Returns an error if the

Callers 2

AppendOperationsMethod · 0.80
callFunction · 0.80

Calls 1

PopMethod · 0.80

Tested by

no test coverage detected