MCPcopy Create free account
hub / github.com/Tencent/Hardcoder / hash_function

Method hash_function

libapp2sys/prebuilt/include/google/protobuf/map.h:1651–1654  ·  view source on GitHub ↗

Access to hasher. Currently this returns a copy, but it may be modified to return a const reference in the future.

Source from the content-addressed store, hash-verified

1649 // Access to hasher. Currently this returns a copy, but it may
1650 // be modified to return a const reference in the future.
1651 hasher hash_function() const {
1652 return old_style_ ? deprecated_elements_->hash_function()
1653 : elements_->hash_function();
1654 }
1655
1656 private:
1657 // Set default enum value only for proto2 map field whose value is enum type.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected