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

Method spawned

tests/gtest/gtest-all.cc:8012–8012  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8010
8011 const char* statement() const { return statement_; }
8012 bool spawned() const { return spawned_; }
8013 void set_spawned(bool is_spawned) { spawned_ = is_spawned; }
8014 int status() const { return status_; }
8015 void set_status(int a_status) { status_ = a_status; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected