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

Function dapiWalkDataV

src/builtin/module_builtin_debugger.cpp:835–837  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

833 }
834
835 void dapiWalkDataV ( DataWalkerPtr walker, float4 data, const TypeInfo & info ) {
836 walker->walk((vec4f)data,(TypeInfo*)&info);
837 }
838
839 void dapiWalkDataS ( DataWalkerPtr walker, void * data, const StructInfo & info ) {
840 walker->walk_struct((char *)data,(StructInfo*)&info);

Callers

nothing calls this directly

Calls 1

walkMethod · 0.45

Tested by

no test coverage detected