MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / type

Method type

tests/autotester/json11.hpp:341–343  ·  view source on GitHub ↗

Get type tag

Source from the content-addressed store, hash-verified

339
340 // Get type tag
341 Json::Type type() const override {
342 return tag;
343 }
344
345 // Comparisons
346 bool equals(const JsonValue * other) const override {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected