Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SimpleITK/SimpleITK
/ functionCommandWithClientData
Function
functionCommandWithClientData
Testing/Unit/sitkCommonTests.cxx:662–667 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
660
}
661
662
void
663
functionCommandWithClientData(void * _data)
664
{
665
int & data = *reinterpret_cast<int *>(_data);
666
data = 97;
667
}
668
669
} // namespace
670
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected