| 1 | // Value package defines the core value types (string, int, etc) for the |
| 2 | // qlbridge package, mostly used to provide common interfaces instead |
| 3 | // of reflection for virtual machine. |
| 4 | package value |
nothing calls this directly
no test coverage detected