Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxqueue
/ INIParser
Method
INIParser
phxqueue_phxrpc/comm/iniparser.cpp:38–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
37
38
INIParser::INIParser() : impl_(new INIParserImpl()) {
39
assert(impl_);
40
pthread_rwlock_init(&impl_->rwlock, nullptr);
41
}
42
43
INIParser::~INIParser() {}
44
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected