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

Method hasData

src/common/classes/stack.h:681–684  ·  view source on GitHub ↗

returns true if stack is not empty

Source from the content-addressed store, hash-verified

679
680 // returns true if stack is not empty
681 bool hasData() const
682 {
683 return stk;
684 }
685
686 // returns true if stack is empty
687 bool isEmpty() const

Callers 3

pushMethod · 0.45
reverse_iteratorClass · 0.45
removeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected