Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danielaparker/jsoncons
/ get_result
Method
get_result
include/jsoncons/json_decoder.hpp:112–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
}
111
112
Json get_result()
113
{
114
JSONCONS_ASSERT(is_valid_);
115
is_valid_ = false;
116
return std::move(result_);
117
}
118
119
private:
120
Callers
15
pool_allocator_examples
Function · 0.80
check_parse_cbor
Function · 0.80
cbor_typed_array_tests.cpp
File · 0.80
cbor_event_visitor_tests.cpp
File · 0.80
ubjson_cursor_tests.cpp
File · 0.80
toon_decode_tests
Function · 0.80
toon_reader_tests.cpp
File · 0.80
json_reader_tests.cpp
File · 0.80
json_parser_tests.cpp
File · 0.80
json_parser_error_tests.cpp
File · 0.80
polymorphic_allocator_tests.cpp
File · 0.80
scoped_allocator_adaptor_tests.cpp
File · 0.80
Calls
no outgoing calls
Tested by
2
check_parse_cbor
Function · 0.64
toon_decode_tests
Function · 0.64