Garden 🌻

__reflect.gdn::source_for_method()

Get the source code for the function definition of name.

Source Code
public fun source_for_method(type_name: String, method_name): Option<String> {
  __BUILT_IN_IMPLEMENTATION
}