MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / IsString

Method IsString

opt_utils/include/open_ptrack/opt_utils/json.h:123–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121
122 virtual inline bool IsNull() const { return false; }
123 virtual inline bool IsString() const { return false; }
124 virtual inline bool IsNumber() const { return false; }
125 virtual inline bool IsBool() const { return false; }
126

Callers 1

writeValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected