Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxsql
/ SetRoutineIdx
Method
SetRoutineIdx
phxsqlproxy/phxcoroutine.cpp:50–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
void Coroutine::SetRoutineIdx(int routine_idx) {
51
routine_idx_ = routine_idx;
52
}
53
54
int Coroutine::start() {
55
co_create(&routine_, NULL, RoutineRun, this);
Callers
1
RoutineRun
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected