MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / invalid_parameter_handler

Method invalid_parameter_handler

src/backward.h:4459–4468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4457 }
4458
4459 static inline void __cdecl invalid_parameter_handler(
4460 const wchar_t*,
4461 const wchar_t*,
4462 const wchar_t*,
4463 unsigned int,
4464 uintptr_t)
4465 {
4466 crash_handler(signal_skip_recs);
4467 abort();
4468 }
4469
4470 NOINLINE static LONG WINAPI crash_handler(EXCEPTION_POINTERS* info)
4471 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected