MCPcopy Create free account
hub / github.com/arkdb/inception / check_json_depth

Function check_json_depth

sql/json_dom.cc:430–438  ·  view source on GitHub ↗

Check if the depth of a JSON document exceeds the maximum supported depth (JSON_DOCUMENT_MAX_DEPTH). Raise an error if the maximum depth has been exceeded. @param[in] depth the current depth of the document @return true if the maximum depth is exceeded, false otherwise */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 8

seeing_scalarMethod · 0.85
StringMethod · 0.85
StartObjectMethod · 0.85
StartArrayMethod · 0.85
seeing_scalarMethod · 0.85
StartObjectMethod · 0.85
StartArrayMethod · 0.85
wrapper_to_stringFunction · 0.85

Calls 1

my_errorFunction · 0.85

Tested by

no test coverage detected