Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ get_cost
Method
get_cost
src/msg/Message.h:488–490 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
486
}
487
488
virtual int get_cost() const {
489
return data.length();
490
}
491
492
// type
493
int get_type() const { return header.type; }
Callers
1
enqueue
Method · 0.45
Calls
1
length
Method · 0.45
Tested by
no test coverage detected