MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / dapiWalkData

Function dapiWalkData

src/builtin/module_builtin_debugger.cpp:831–833  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

829 }
830
831 void dapiWalkData ( DataWalkerPtr walker, void * data, const TypeInfo & info ) {
832 walker->walk((char *)data,(TypeInfo*)&info);
833 }
834
835 void dapiWalkDataV ( DataWalkerPtr walker, float4 data, const TypeInfo & info ) {
836 walker->walk((vec4f)data,(TypeInfo*)&info);

Callers

nothing calls this directly

Calls 1

walkMethod · 0.45

Tested by

no test coverage detected