MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / ERR_peek_error

Function ERR_peek_error

extra/yassl/src/ssl.cpp:1495–1498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1493
1494
1495unsigned long ERR_peek_error()
1496{
1497 return err_helper(true);
1498}
1499
1500
1501unsigned long ERR_get_error()

Callers

nothing calls this directly

Calls 1

err_helperFunction · 0.85

Tested by

no test coverage detected