MCPcopy Create free account
hub / github.com/crazytuzi/UnrealCSharp / IsCompiling

Method IsCompiling

Source/Compiler/Private/FCSharpCompilerRunnable.cpp:143–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143bool FCSharpCompilerRunnable::IsCompiling() const
144{
145 return bIsCompiling == true || !Tasks.IsEmpty();
146}
147
148void FCSharpCompilerRunnable::DoWork()
149{

Callers

nothing calls this directly

Calls 1

IsEmptyMethod · 0.45

Tested by

no test coverage detected