Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/PhotonLibOS
/ unregister_pool
Method
unregister_pool
common/identity-pool.cpp:120–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
}
119
120
int unregister_pool(IdentityPoolBase* entry) {
121
photon::scoped_lock lock(mutex);
122
entries.pop(entry);
123
return 0;
124
}
125
};
126
127
int IdentityPoolBase::enable_autoscale() {
Callers
1
disable_autoscale
Method · 0.80
Calls
1
pop
Method · 0.45
Tested by
no test coverage detected