Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danielaparker/jsoncons
/ JSONCONS_CATCH
Function
JSONCONS_CATCH
test/ubjson/src/ubjson_encoder_tests.cpp:110–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
std::cout << result <<
'\n'
;
109
}
110
JSONCONS_CATCH (const std::exception& e)
111
{
112
std::cout << e.what() <<
'\n'
;
113
}
114
}
115
116
TEST_CASE(
"Too many and too few items in UBJSON object or array"
)
Callers
nothing calls this directly
Calls
1
what
Method · 0.45
Tested by
no test coverage detected