int32_t Get()
in
src/annoygomodule.h [57:62]
6
lines of code
2
McCabe index (conditional complexity)
int32_t Get(int i) { if (i >= len) { return 0.0; } return ptr[i]; };