MCPcopy Create free account
hub / github.com/albertobsd/keyhunt / oldbloom_reset

Function oldbloom_reset

oldbloom/bloom.cpp:193–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193int oldbloom_reset(struct oldbloom * bloom)
194{
195 if (!bloom->ready) return 1;
196 memset(bloom->bf, 0, bloom->bytes);
197 return 0;
198}
199
200/*
201int oldbloom_save(struct oldbloom * bloom, char * filename)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected