Garden 🌻

__reflect.gdn::doc_comment_for_method

Get the doc comment for the method method_name on type_name.

Source Codepublic fun doc_comment_for_method(type_name: String, method_name: String): Option<String> {
  __BUILTIN_IMPLEMENTATION
}