Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
bool vtkTextCodec::CanHandle(const char* NameStr)
43
{
44
return (0 == strcmp(NameStr, Name()));
45
}
46
47
bool vtkTextCodec::IsValid(istream& InputStream)
48
{
Callers
1
CodecForName
Method · 0.45
Calls
1
Name
Function · 0.70
Tested by
no test coverage detected