MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / top

Method top

3rd/asio-1.24.0/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 10

patchFunction · 0.80
patchFunction · 0.80
AddRelativeIndentMethod · 0.80
AddInvertIndentMethod · 0.80
GetCurrentIndentMethod · 0.80
AddSameIndentMethod · 0.80
FinishNodeMethod · 0.80
BuildNodeMethod · 0.80
BuildTokenMethod · 0.80
GetDebugViewMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected