MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / type

Method type

Source/Utils/dukglue/dukvalue.h:366–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364 }
365
366 inline Type type() const {
367 return mType;
368 }
369
370 // same as duk_get_type_name(), but that's internal to Duktape, so we shouldn't use it
371 inline const char* type_name() const {

Callers 15

hashFunction · 0.80
json.hppFile · 0.80
containsFunction · 0.80
flattenFunction · 0.80
write_bsonMethod · 0.80
write_cborMethod · 0.80
write_msgpackMethod · 0.80
write_ubjsonMethod · 0.80
write_bson_elementMethod · 0.80
ubjson_prefixMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected