MCPcopy Create free account
hub / github.com/Rezonality/zep / ClearFileFlags

Method ClearFileFlags

src/buffer.cpp:1406–1409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1404}
1405
1406void ZepBuffer::ClearFileFlags(uint32_t flags)
1407{
1408 m_fileFlags = ZSetFlags(m_fileFlags, flags, false);
1409}
1410
1411bool ZepBuffer::HasFileFlags(uint32_t flags) const
1412{

Callers

nothing calls this directly

Calls 1

ZSetFlagsFunction · 0.85

Tested by

no test coverage detected