Function call support. If this kernel invocation is within a function execution, call_frame() returns the call frame for the function call.
| 1158 | // If this kernel invocation is within a function execution, |
| 1159 | // call_frame() returns the call frame for the function call. |
| 1160 | CallFrameInterface* call_frame() const { return params_->call_frame; } |
| 1161 | |
| 1162 | // If not nullptr, the kernel invoke functions defined in the |
| 1163 | // library. E.g., CHECK_NOTNULL(function_library())->Run("Foo", ...). |
no outgoing calls
no test coverage detected