Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxsql
/ IsInitFile
Method
IsInitFile
phxbinlogsvr/core/storage/event_file_manager.cpp:67–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
67
bool EventFileManager::IsInitFile(const EventDataInfo &data_info) {
68
string init_file_name = GenFileName(0);
69
return data_info.file_name() == init_file_name;
70
}
71
72
}
73
Callers
1
CheckGtidInData
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected