MCPcopy Create free account
hub / github.com/LUX-Core/lux / push

Method push

src/cpp-ethereum/libdevcore/Log.cpp:150–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148ThreadLocalLogName g_logThreadName("main");
149
150void dev::ThreadContext::push(string const& _n)
151{
152 g_logThreadContext.push(_n);
153}
154
155void dev::ThreadContext::pop()
156{

Callers 3

saveMethod · 0.45
axisRectsMethod · 0.45
selectedLegendsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected