MCPcopy Create free account
hub / github.com/dfranx/SHADERed / type

Method type

libs/cppdap/src/typeof.cpp:104–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102namespace dap {
103
104const TypeInfo* TypeOf<boolean>::type() {
105 return &TypeInfos::get()->boolean;
106}
107
108const TypeInfo* TypeOf<string>::type() {
109 return &TypeInfos::get()->string;

Callers 15

json_pointerClass · 0.45
json.hppFile · 0.45
containsFunction · 0.45
flattenFunction · 0.45
write_bsonMethod · 0.45
write_cborMethod · 0.45
write_msgpackMethod · 0.45
write_ubjsonMethod · 0.45
write_bson_elementMethod · 0.45
ubjson_prefixMethod · 0.45

Calls 1

getFunction · 0.50

Tested by

no test coverage detected