MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / object

Method object

src/common/classes/stack.h:674–678  ·  view source on GitHub ↗

returns topmost element on the stack

Source from the content-addressed store, hash-verified

672
673 // returns topmost element on the stack
674 Object object() const
675 {
676 fb_assert(stk);
677 return stk->getObject(stk->getCount() - 1);
678 }
679
680 // returns true if stack is not empty
681 bool hasData() const

Callers 15

dumpContextStackMethod · 0.45
internalDsqlPassMethod · 0.45
getContextNumbersMethod · 0.45
dsqlPassMethod · 0.45
pass1Method · 0.45
PASS1_make_contextFunction · 0.45
PASS1_ambiguity_checkFunction · 0.45
PASS1_expand_contextsFunction · 0.45
PASS1_derived_tableFunction · 0.45
pass1_rse_implFunction · 0.45
dsqlPassLabelFunction · 0.45

Calls 2

getObjectMethod · 0.45
getCountMethod · 0.45

Tested by

no test coverage detected