MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / name

Method name

source/core/StarThread.hpp:410–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408
409template <typename Return>
410String ThreadFunction<Return>::name() {
411 return m_function.name();
412}
413
414inline SpinLock::SpinLock() {
415 m_lock.clear();

Callers 5

updateRunningMethod · 0.45
stringFunction · 0.45
luaToMethod · 0.45
getUserDataMethod · 0.45
convertFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected