A variable is initialized if it has a value.
| 94 | |
| 95 | // A variable is initialized if it has a value. |
| 96 | bool initialized() const { return value_.valid(); } |
| 97 | |
| 98 | // Sets the type and shape of the resource. The type and shape of a resource |
| 99 | // must not change once the variable has been initialized. |
no test coverage detected