MCPcopy Create free account
hub / github.com/apache/singa / ExitedWithCode

Method ExitedWithCode

test/gtest/gtest-all.cc:6643–6644  ·  view source on GitHub ↗

ExitedWithCode constructor.

Source from the content-addressed store, hash-verified

6641
6642// ExitedWithCode constructor.
6643ExitedWithCode::ExitedWithCode(int exit_code) : exit_code_(exit_code) {
6644}
6645
6646// ExitedWithCode function-call operator.
6647bool ExitedWithCode::operator()(int exit_status) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected