MCPcopy Create free account
hub / github.com/chen3feng/toft / Clear

Method Clear

base/string/byte_set.h:68–71  ·  view source on GitHub ↗

clear all bytes

Source from the content-addressed store, hash-verified

66
67 // clear all bytes
68 void Clear()
69 {
70 memset(m_bitmap, 0, sizeof(m_bitmap));
71 }
72
73 // insert bytes by pred
74 // bool pred(unsigned char byte)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected