MCPcopy Create free account
hub / github.com/FastFlowLM/FastFlowLM / data

Method data

src/include/nlohmann/json.hpp:4228–4231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4226 json_value m_value = {};
4227
4228 data(const value_t v)
4229 : m_type(v), m_value(v)
4230 {
4231 }
4232
4233 data(size_type cnt, const basic_json& val)
4234 : m_type(value_t::array)

Callers 15

string_to_wstringFunction · 0.45
wstring_to_stringFunction · 0.45
from_fileMethod · 0.45
write_out_sequenceMethod · 0.45
interpretMethod · 0.45
seq2cmdsMethod · 0.45
dumpMethod · 0.45
string_concat.hppFile · 0.45
concat_intoFunction · 0.45
switchMethod · 0.45
serializer.hppFile · 0.45
dump_integerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected