Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rezonality/zep
/ HasFileFlags
Method
HasFileFlags
src/buffer.cpp:1411–1414 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1409
}
1410
1411
bool ZepBuffer::HasFileFlags(uint32_t flags) const
1412
{
1413
return ZTestFlags(m_fileFlags, flags);
1414
}
1415
1416
void ZepBuffer::ToggleFileFlag(uint32_t flags)
1417
{
Callers
8
SaveBuffer
Method · 0.80
UpdateWindowState
Method · 0.80
UpdateTabs
Method · 0.80
AddWindow
Method · 0.80
SwitchMode
Method · 0.80
AddCommand
Method · 0.80
GetCommand
Method · 0.80
HandleExCommand
Method · 0.80
Calls
1
ZTestFlags
Function · 0.85
Tested by
no test coverage detected