Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ HasData
Method
HasData
Common/Core/vtkStringToken.cxx:46–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
bool vtkStringToken::HasData() const
47
{
48
return token_NAMESPACE::Token::getManager()->contains(this->Id);
49
}
50
51
vtkStringToken::Hash vtkStringToken::InvalidHash()
52
{
Callers
5
updateGlyphSources
Function · 0.45
updateArrayGroups
Function · 0.45
VTKCOMMONCORE_EXPORT to_json
Function · 0.45
PrintSelf
Method · 0.45
PrintSelf
Method · 0.45
Calls
1
contains
Method · 0.45
Tested by
no test coverage detected