MCPcopy Create free account
hub / github.com/PenguLoader/PenguLoader / V8HandlerFunctionEntry

Class V8HandlerFunctionEntry

core/src/renderer/v8_wrapper.h:124–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122typedef V8Value *(*V8FunctionHandler)(V8Value *const argv[], int argc);
123
124struct V8HandlerFunctionEntry
125{
126 const char *name;
127 V8FunctionHandler func;
128};
129
130#endif

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected