Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ SetErrNo
Method
SetErrNo
adapter/micro_thread/mt_net.h:221–223 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
219
uint32_t SkipSendPos(uint32_t len);
220
221
void SetErrNo(int32_t err) {
222
_err_no = err;
223
};
224
225
MicroThread* GetThread() {
226
return _thread;
Callers
1
NotifyThread
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected