| 221 | Optional<ObjectRef> dep; |
| 222 | |
| 223 | TVarWithDepObj(std::string name, Optional<ObjectRef> dep) |
| 224 | : name(std::move(name)), dep(std::move(dep)) {} |
| 225 | explicit TVarWithDepObj(UnsafeInit) {} |
| 226 | |
| 227 | static void RegisterReflection() { |
nothing calls this directly
no outgoing calls
no test coverage detected