MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / to_json_string

Method to_json_string

core/variant/variant.cpp:1163–1165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1161}
1162
1163String Variant::to_json_string() const {
1164 return JSON::stringify(*this);
1165}
1166
1167Variant::operator Vector2() const {
1168 switch (type) {

Callers 14

initializeMethod · 0.80
create_data_channelMethod · 0.80
_serialize_fileMethod · 0.80
_serialize_glb_bufferMethod · 0.80
parse_class_symbolMethod · 0.80
parse_function_symbolMethod · 0.80
initializeMethod · 0.80
notify_clientMethod · 0.80
request_clientMethod · 0.80
process_stringMethod · 0.80
format_outputMethod · 0.80
create_processMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected