MCPcopy Create free account
hub / github.com/duckdb/duckdb / IsValid

Method IsValid

extension/json/json_common.cpp:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 inline bool IsValid() {
54 return (chars_read != 0);
55 }
56
57 inline bool IsWildCard() {
58 return key == "*";

Callers 15

ConvertNumberToValueMethod · 0.45
SetResultLocationMethod · 0.45
InitializeGlobalStateMethod · 0.45
GetCardinalityMethod · 0.45
ReadKeyFunction · 0.45
ValidatePathMethod · 0.45
GetPathMethod · 0.45
GetWildcardPathInternalFunction · 0.45
ThrowErrorsIfPossibleMethod · 0.45
AddRecursionNodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected