MCPcopy 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
50bool VirtualFile::IsNull() const {
51 return _fileId == 0;
52}
53
54//void VirtualFile::UpdateFile(lsp::Range range, std::string&& content)
55//{

Callers 15

CheckInNodeMethod · 0.45
CheckInBodyMethod · 0.45
ParseTreeMethod · 0.45
CompleteMissTokenMethod · 0.45
IsNewLineMethod · 0.45
ProcessSpaceMethod · 0.45
IsRectFieldFunction · 0.45
AnalyzeInlineCommentMethod · 0.45
AnalyzeDocFormatMethod · 0.45
MarkIndentMethod · 0.45
IsLastStmtOfLineMethod · 0.45
BreakBeforeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected