MCPcopy Create free account
hub / github.com/buke/quickjs-go / GoFunctionProxy

Function GoFunctionProxy

bridge.c:455–458  ·  view source on GitHub ↗

Efficient proxy function for regular functions

Source from the content-addressed store, hash-verified

453
454// Efficient proxy function for regular functions
455JSValue GoFunctionProxy(JSContext *ctx, JSValueConst this_val,
456 int argc, JSValueConst *argv, int magic) {
457 return goFunctionProxy(ctx, this_val, argc, argv, magic);
458}
459
460// Class-related proxy functions - C layer wrappers for Go exports
461

Callers

nothing calls this directly

Calls 1

goFunctionProxyFunction · 0.85

Tested by

no test coverage detected