* The binary JSON format from MySQL 5.7 is as follows: JSON doc ::= type value type ::= 0x01 | // large JSON object 0x03 | // large JSON array 0x04 | // literal (true/false/null) 0x05 | // int16 0x06 | // uint16 0x07 |
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected