Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ set_stamp
Method
set_stamp
src/mon/PGMap.h:417–419 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
415
return stamp;
416
}
417
void set_stamp(utime_t s) {
418
stamp = s;
419
}
420
421
pool_stat_t get_pg_pool_sum_stat(int64_t pool) const {
422
auto p = pg_pool_sum.find(pool);
Callers
1
build_client_request
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected