Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
422
template<typename Return, typename... Args>
423
constexpr const char* getSignature(Return (*)(Args...)) {
424
return Signature<Return, Args...>;
425
}
426
427
} // end namespace internal
428
Callers
15
function
Function · 0.85
value_array
Method · 0.85
value_array
Class · 0.85
value_object
Method · 0.85
value_object
Class · 0.85
invoke
Method · 0.85
invoke
Method · 0.85
invoke
Method · 0.85
invoke
Method · 0.85
invoke
Method · 0.85
invoke
Method · 0.85
invoke
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected