MCPcopy Create free account
hub / github.com/DISTORTEC/distortos / stackWrapper

Function stackWrapper

source/scheduler/MainThread.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 */
50
51Stack stackWrapper(const std::pair<void*, size_t> stackBuffer)
52{
53 return {stackBuffer.first, stackBuffer.second};
54}
55
56/*---------------------------------------------------------------------------------------------------------------------+
57| local types

Callers 1

MainThreadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected