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

Method is_empty

core/object/script_backtrace.h:76–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 String get_language_name() const { return language_name; }
75
76 bool is_empty() const { return stack_frames.is_empty(); }
77 int get_frame_count() const { return stack_frames.size(); }
78 String get_frame_function(int p_index) const;
79 String get_frame_file(int p_index) const;

Callers 15

get_user_data_dirMethod · 0.45
benchmark_dumpMethod · 0.45
find_keycodeFunction · 0.45
get_class_categoryMethod · 0.45
_post_tasksMethod · 0.45
finishMethod · 0.45
formatMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected