MCPcopy Create free account
hub / github.com/UE4SS-RE/RE-UE4SS / parse

Method parse

deps/first/IniParser/src/JSON.cpp:365–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363 }
364
365 auto JSON::parse(File::StringType& input) -> void
366 {
367 parse_internal(input);
368 }
369
370 auto JSON::parse(File::Handle& file) -> void
371 {

Callers 2

parse_internalMethod · 0.45
testMethod · 0.45

Calls 2

parse_internalFunction · 0.85
read_allMethod · 0.45

Tested by

no test coverage detected