| 189 | } |
| 190 | |
| 191 | inline std::filesystem::path genPath(const char *Path) { |
| 192 | return (Path && *Path) ? std::filesystem::absolute(Path) |
| 193 | : std::filesystem::path(); |
| 194 | } |
| 195 | |
| 196 | // Helper functions for returning a WasmEdge_ValType by WasmEdge::ValType. |
| 197 | inline WasmEdge_ValType genWasmEdge_ValType(const ValType &T) noexcept { |
no outgoing calls
no test coverage detected