MCPcopy Create free account
hub / github.com/MariaDB/server / GetObject

Method GetObject

storage/connect/json.cpp:1560–1566  ·  view source on GitHub ↗

/ Return the Value's Object value. */ /

Source from the content-addressed store, hash-verified

1558/* Return the Value's Object value. */
1559/***********************************************************************/
1560PJOB JVALUE::GetObject(void)
1561{
1562 if (DataType == TYPE_JSON && Jsp->GetType() == TYPE_JOB)
1563 return (PJOB)Jsp;
1564
1565 return NULL;
1566} // end of GetObject
1567
1568/***********************************************************************/
1569/* Return the Value's Array value. */

Callers 15

InitWMIFunction · 0.45
SerializeValueMethod · 0.45
MoveObjectMethod · 0.45
GetColumnsMethod · 0.45
FindRowMethod · 0.45
SetJsonValueMethod · 0.45
MakeDocumentMethod · 0.45
SetJsonValueMethod · 0.45
LocateValueMethod · 0.45
LocateValueAllMethod · 0.45
json_object_addFunction · 0.45
json_object_deleteFunction · 0.45

Calls 1

GetTypeMethod · 0.45

Tested by

no test coverage detected