Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ SetCost
Method
SetCost
adapter/micro_thread/mt_action.h:121–123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
};
120
121
void SetCost(int cost) {
122
_time_cost = cost;
123
};
124
125
int GetCost() {
126
return _time_cost;
Callers
1
mt_multi_recvfrom
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected