| 2720 | }; |
| 2721 | |
| 2722 | const char* getPartName(int n) |
| 2723 | { |
| 2724 | if (n < 0 || n >= FB_NELEM(extractParts) || !extractParts[n]) |
| 2725 | return "Unknown"; |
| 2726 | |
| 2727 | return extractParts[n]; |
| 2728 | } |
| 2729 | |
| 2730 | |
| 2731 | dsc* evlDateAdd(thread_db* tdbb, const SysFunction* function, const NestValueArray& args, |
no outgoing calls
no test coverage detected