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

Function vtkSessionFreeGetAllDependenciesResult

Serialization/Manager/vtkSession.cxx:224–227  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

222
223 //-------------------------------------------------------------------------------
224 void vtkSessionFreeGetAllDependenciesResult(vtkSession vtkNotUsed(session), uint32_t* ptr)
225 {
226 delete[] ptr;
227 }
228
229 //-------------------------------------------------------------------------------
230 void vtkSessionUpdateObjectFromState(vtkSession session, vtkSessionJson state)

Callers 1

GetAllDependenciesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected