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

Function das_context_get_exception

src/misc/daScriptC.cpp:333–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331}
332
333char * das_context_get_exception ( das_context * context ) {
334 return (char *) ((Context *)context)->getException();
335}
336
337vec4f das_context_eval_lambda ( das_context * context, das_lambda * lambda, vec4f * arguments ) {
338 SimFunction ** fnpp = (SimFunction **) lambda;

Callers 15

test_capi_i64.cppFile · 0.85
c_call_function_implFunction · 0.85
c_call_lambda_implFunction · 0.85
c_call_block_implFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
part2_solutionFunction · 0.85
ecs_updateFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected