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

Method is_success

include/aws/lambda-runtime/outcome.h:92–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 }
91
92 bool is_success() const { return m_success; }
93
94private:
95 void destroy()

Callers 3

get_nextMethod · 0.45
handle_post_outcomeFunction · 0.45
run_handlerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected