Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ IsNull
Method
IsNull
CodeFormatServer/src/VFS/VirtualFile.cpp:50–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
bool VirtualFile::IsNull() const {
51
return _fileId == 0;
52
}
53
54
//void VirtualFile::UpdateFile(lsp::Range range, std::string&& content)
55
//{
Callers
15
CheckInNode
Method · 0.45
CheckInBody
Method · 0.45
ParseTree
Method · 0.45
CompleteMissToken
Method · 0.45
IsNewLine
Method · 0.45
ProcessSpace
Method · 0.45
IsRectField
Function · 0.45
AnalyzeInlineComment
Method · 0.45
AnalyzeDocFormat
Method · 0.45
MarkIndent
Method · 0.45
IsLastStmtOfLine
Method · 0.45
BreakBefore
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected