Per-step container for use by white-listed internal ops.
| 1240 | |
| 1241 | // Per-step container for use by white-listed internal ops. |
| 1242 | ScopedStepContainer* step_container() const { |
| 1243 | return params_->step_container; |
| 1244 | } |
| 1245 | |
| 1246 | // Helper routines for the OP_REQUIRES macros |
| 1247 | void CtxFailure(const Status& s); |
no outgoing calls
no test coverage detected