MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / getSignature

Function getSignature

system/include/emscripten/bind.h:423–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421
422template<typename Return, typename... Args>
423constexpr const char* getSignature(Return (*)(Args...)) {
424 return Signature<Return, Args...>;
425}
426
427} // end namespace internal
428

Callers 15

functionFunction · 0.85
value_arrayMethod · 0.85
value_arrayClass · 0.85
value_objectMethod · 0.85
value_objectClass · 0.85
invokeMethod · 0.85
invokeMethod · 0.85
invokeMethod · 0.85
invokeMethod · 0.85
invokeMethod · 0.85
invokeMethod · 0.85
invokeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected