MCPcopy Create free account
hub / github.com/Kitware/VTK / CanHandle

Method CanHandle

IO/Core/vtkTextCodec.cxx:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42bool vtkTextCodec::CanHandle(const char* NameStr)
43{
44 return (0 == strcmp(NameStr, Name()));
45}
46
47bool vtkTextCodec::IsValid(istream& InputStream)
48{

Callers 1

CodecForNameMethod · 0.45

Calls 1

NameFunction · 0.70

Tested by

no test coverage detected