MCPcopy 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
60extern 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_stemFunction · 0.85

Calls 1

replace_sFunction · 0.85

Tested by

no test coverage detected