Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/madlib
/ SN_set_current
Function
SN_set_current
src/libstemmer/runtime/api.c:60–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
extern int SN_set_current(struct SN_env * z, int size, const symbol * s)
61
{
62
int err = replace_s(z, 0, z->l, size, s, NULL);
63
z->c = 0;
64
return err;
65
}
66
Callers
1
sb_stemmer_stem
Function · 0.85
Calls
1
replace_s
Function · 0.85
Tested by
no test coverage detected