MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / SafeEvalData

Class SafeEvalData

Source/Utils/dukglue/public_util.h:263–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261
262template <typename RetT>
263struct SafeEvalData {
264 const char* str;
265 RetT* out;
266};
267
268template <typename RetT>
269duk_ret_t eval_safe(duk_context* ctx, void* udata)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected