MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / GetDescriber

Method GetDescriber

tests/gtest/gtest.h:9194–9196  ·  view source on GitHub ↗

Returns the describer for this matcher object; retains ownership of the describer, which is only guaranteed to be alive when this matcher object is alive.

Source from the content-addressed store, hash-verified

9192 // of the describer, which is only guaranteed to be alive when
9193 // this matcher object is alive.
9194 const MatcherDescriberInterface* GetDescriber() const {
9195 return impl_.get();
9196 }
9197
9198 protected:
9199 MatcherBase() {}

Callers

nothing calls this directly

Calls 1

getMethod · 0.80

Tested by

no test coverage detected