Garden 🌻

__reflect.gdn::methods_for_type()

Get all the methods defined on a given type.

Source Code
public fun methods_for_type(type_name: String): List<String> {
  __BUILT_IN_IMPLEMENTATION
}