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

Function das_result_string

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

Source from the content-addressed store, hash-verified

545vec4f das_result_float ( float r ) { return cast<float>::from(r); }
546vec4f das_result_double ( double r ) { return cast<double>::from(r); }
547vec4f das_result_string ( char * r ) { return cast<char *>::from(r); }
548vec4f das_result_ptr ( void * r ) { return cast<void *>::from(r); }
549vec4f das_result_function ( das_function * r ) { return cast<Func>::from((Func)r); }
550vec4f das_result_lambda ( das_lambda * r ) { return cast<Lambda>::from((Lambda)r); }

Callers 5

c_call_function_implFunction · 0.85
c_call_lambda_implFunction · 0.85
c_call_block_implFunction · 0.85
c_point_to_stringFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected