Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SamuraiT/mecab-python3
/ SWIG_From_unsigned_SS_char
Function
SWIG_From_unsigned_SS_char
src/MeCab/MeCab_wrap.cpp:3777–3781 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3775
3776
3777
SWIGINTERNINLINE PyObject *
3778
SWIG_From_unsigned_SS_char (unsigned char value)
3779
{
3780
return SWIG_From_unsigned_SS_long (value);
3781
}
3782
3783
3784
SWIGINTERNINLINE PyObject *
Callers
3
_wrap_Node_char_type_get
Function · 0.85
_wrap_Node_stat_get
Function · 0.85
_wrap_Node_isbest_get
Function · 0.85
Calls
1
SWIG_From_unsigned_SS_long
Function · 0.85
Tested by
no test coverage detected