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

Function tableMojo

modules/dasUnitTest/test_handles.cpp:413–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411}
412
413void tableMojo ( TTable<char *,int> & in, const TBlock<void,TTable<char *,int>> & block, Context * context, LineInfoArg * at ) {
414 vec4f args[1];
415 args[0] = cast<Table *>::from(&in);
416 context->invoke(block, args, nullptr, at);
417}
418
419class Point3ArrayAnnotation : public ManagedVectorAnnotation<Point3Array> {
420public:

Callers

nothing calls this directly

Calls 1

invokeMethod · 0.45

Tested by

no test coverage detected