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

Function bloom_reset

bloom/bloom.cpp:183–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183int bloom_reset(struct bloom * bloom)
184{
185 if (!bloom->ready) return 1;
186 memset(bloom->bf, 0, bloom->bytes);
187 return 0;
188}
189/*
190int bloom_save(struct bloom * bloom, char * filename)
191{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected