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

Function dapiWalkDataS

src/builtin/module_builtin_debugger.cpp:839–841  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

837 }
838
839 void dapiWalkDataS ( DataWalkerPtr walker, void * data, const StructInfo & info ) {
840 walker->walk_struct((char *)data,(StructInfo*)&info);
841 }
842
843 int32_t dapiStackDepth ( Context & context ) {
844 #if DAS_ENABLE_STACK_WALK

Callers

nothing calls this directly

Calls 1

walk_structMethod · 0.45

Tested by

no test coverage detected