Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/Hardcoder
/ fields_size
Method
fields_size
libapp2sys/prebuilt/include/google/protobuf/struct.pb.h:499–501 ·
view source on GitHub ↗
map fields = 1;
Source
from the content-addressed store, hash-verified
497
498
// map<string, .google.protobuf.Value> fields = 1;
499
inline int Struct::fields_size() const {
500
return fields_.size();
501
}
502
inline void Struct::clear_fields() {
503
fields_.Clear();
504
}
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected