CLASS_FNS (r.ts:40).
(name: &str)
| 51 | } |
| 52 | /// CLASS_FNS (r.ts:40). |
| 53 | fn is_class_fn(name: &str) -> bool { |
| 54 | matches!(name, "setClass" | "setRefClass" | "R6Class" | "ggproto") |
| 55 | } |
| 56 | /// GENERIC_FNS (r.ts:41). |
| 57 | fn is_generic_fn(name: &str) -> bool { |
| 58 | matches!(name, "setGeneric" | "setMethod") |
no outgoing calls
no test coverage detected