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

Method error

src/simulate/data_walker.cpp:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7namespace das {
8
9 void DataWalker::error ( const char * message ) {
10 if ( context ) {
11 context->throw_error(message);
12 }
13 _cancel = true;
14 }
15
16 void DataWalker::walk ( vec4f x, TypeInfo * info ) {
17 if ( info->flags & TypeInfo::flag_refType ) {

Callers

nothing calls this directly

Calls 1

throw_errorMethod · 0.80

Tested by

no test coverage detected