MCPcopy Create free account
hub / github.com/charto/nbind / getName

Method getName

include/nbind/MethodDef.h:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 ) : name(name), ptr(ptr), num(num), signature(signature), flags(flags) {}
23
24 const char *getName() const { return(name); }
25 funcPtr getPtr() const { return(ptr); }
26 unsigned int getNum() const { return(num); }
27 const BaseSignature *getSignature() const { return(signature); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected