| 80 | class ClearInput : public Func<ClearInput> { |
| 81 | public: |
| 82 | ClearInput(TFEnv &HostEnv) : Func(HostEnv) {} |
| 83 | Expect<uint32_t> body(const Runtime::CallingFrame &Frame, uint32_t SessionId); |
| 84 | }; |
| 85 |
nothing calls this directly
no outgoing calls
no test coverage detected