| 602 | _FORCE_INLINE_ StringName get_source() const { return source; } |
| 603 | _FORCE_INLINE_ GDScript *get_script() const { return _script; } |
| 604 | _FORCE_INLINE_ bool is_static() const { return _static; } |
| 605 | _FORCE_INLINE_ bool is_vararg() const { return _vararg_index >= 0; } |
| 606 | _FORCE_INLINE_ MethodInfo get_method_info() const { return method_info; } |
| 607 | _FORCE_INLINE_ int get_argument_count() const { return _argument_count; } |
no outgoing calls
no test coverage detected