MCPcopy Create free account
hub / github.com/cinder/Cinder / top

Method top

include/asio/detail/call_stack.hpp:105–109  ·  view source on GitHub ↗

Obtain the value at the top of the stack.

Source from the content-addressed store, hash-verified

103
104 // Obtain the value at the top of the stack.
105 static Value* top()
106 {
107 context* elem = top_;
108 return elem ? elem->value_ : 0;
109 }
110
111private:
112 // The top of the stack of calls for the current thread.

Callers 6

filesystem.hppFile · 0.45
operator->Method · 0.45
popMethod · 0.45
operator==Method · 0.45
operator!=Method · 0.45
patchFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected