MCPcopy Create free account
hub / github.com/Kitware/ParaView / IsDirectory

Method IsDirectory

Remoting/ServerManager/vtkPVFilePathEncodingHelper.cxx:63–67  ·  view source on GitHub ↗

-----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

61
62//-----------------------------------------------------------------------------
63bool vtkPVFilePathEncodingHelper::IsDirectory()
64{
65 // note: called on vtkDirectory instance.
66 return this->CallObjectMethod("FileIsDirectory", false);
67}
68
69//-----------------------------------------------------------------------------
70bool vtkPVFilePathEncodingHelper::CallObjectMethod(const char* method, bool ignoreErrors)

Callers 1

vtkFindFileGroupForFunction · 0.45

Calls 1

CallObjectMethodMethod · 0.95

Tested by

no test coverage detected