/
githubmirror
/
bitcoin
Обзор
Документация
Войти
/
githubmirror
/
bitcoin
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/test/util/json.h
14 строк
395 B
MarcoFalke
test: Use string_view for json_tests
03 сен 2024, 17:06
03 сен 2024, 17:06
fac9736
Код
Авторство
О чём код?
// Copyright (c) 2023-present The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_TEST_UTIL_JSON_H #define BITCOIN_TEST_UTIL_JSON_H #include <univalue.h> #include <string_view> UniValue read_json(std::string_view jsondata); #endif // BITCOIN_TEST_UTIL_JSON_H