MCPcopy Create free account
hub / github.com/csmith-project/csmith / enable

Method enable

src/Filter.cpp:55–59  ·  view source on GitHub ↗

* */

Source from the content-addressed store, hash-verified

53 *
54 */
55void Filter::enable(FilterKind kind)
56{
57 assert(kind < MAX_FILTER_KIND_SIZE);
58 kinds_[kind] = true;
59}
60
61/*
62 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected