| 73 | class AppendOutput : public Func<AppendOutput> { |
| 74 | public: |
| 75 | AppendOutput(TFEnv &HostEnv) : Func(HostEnv) {} |
| 76 | Expect<uint32_t> body(const Runtime::CallingFrame &Frame, uint32_t SessionId, |
| 77 | uint32_t NamePtr, uint32_t NameLen); |
| 78 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected