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

Method SetLabel

server/plpgsql/interpreter_stack.go:241–243  ·  view source on GitHub ↗

SetLabel sets the label for the current scope.

(label string)

Source from the content-addressed store, hash-verified

239
240// SetLabel sets the label for the current scope.
241func (is *InterpreterStack) SetLabel(label string) {
242 is.stack.Peek().label = label
243}
244
245// SetAnonymousLabel sets the label for the current scope to a guaranteed unique value.
246func (is *InterpreterStack) SetAnonymousLabel() {

Callers 1

AppendOperationsMethod · 0.80

Calls 1

PeekMethod · 0.45

Tested by

no test coverage detected