MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / OnDataCallBack

Method OnDataCallBack

src/plugin/kernel/src/AFCRow.cpp:333–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331}
332
333int AFCRow::OnDataCallBack(AFINode* pNode, const AFIData& old_data, const AFIData& new_data)
334{
335 if (func_)
336 {
337 func_(row_, pNode, old_data, new_data);
338 }
339
340 return 0;
341}
342
343} // namespace ark

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected