| 737 | } |
| 738 | |
| 739 | SWIGRUNTIME const char * |
| 740 | SWIG_UnpackDataName(const char *c, void *ptr, size_t sz, const char *name) { |
| 741 | if (*c != '_') { |
| 742 | if (strcmp(c,"NULL") == 0) { |
| 743 | memset(ptr,0,sz); |
| 744 | return name; |
| 745 | } else { |
| 746 | return 0; |
| 747 | } |
| 748 | } |
| 749 | return SWIG_UnpackData(++c,ptr,sz); |
| 750 | } |
| 751 | |
| 752 | #ifdef __cplusplus |
| 753 | } |
nothing calls this directly
no test coverage detected