()
| 65 | } |
| 66 | |
| 67 | public static List<MathFunction> getFunctions() { |
| 68 | return functions; |
| 69 | } |
| 70 | |
| 71 | static void addFunctions(Collection<Method> methods, List<MathFunction> functions) { |
| 72 | Math: |
nothing calls this directly
no outgoing calls
no test coverage detected