Garden 🌻

__reflect.gdn::doc_comment_for_method()

Get the doc comment for the method method_name on type_name.

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