| 1 | import { describe, it, expect } from "vitest"; |
| 2 | import { RType, R_UNDEFINED, R_NULL, decodeRValue, encodeRValue, type REncoded } from "./message_value"; |
| 3 | |
| 4 | describe.concurrent("encodeRValue 编码函数", () => { |
nothing calls this directly
no test coverage detected