Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ SetPrivate
Method
SetPrivate
adapter/micro_thread/micro_thread.h:136–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
};
135
136
void SetPrivate(void *data)
137
{
138
_stack->_private = data;
139
}
140
141
void* GetPrivate()
142
{
Callers
1
mt_set_msg_private
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected