MCPcopy Create free account
hub / github.com/SamuraiT/mecab-python3 / SWIG_UnpackDataName

Function SWIG_UnpackDataName

src/MeCab/MeCab_wrap.cpp:739–750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

737}
738
739SWIGRUNTIME const char *
740SWIG_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}

Callers

nothing calls this directly

Calls 1

SWIG_UnpackDataFunction · 0.85

Tested by

no test coverage detected