MCPcopy Create free account
hub / github.com/KTH-RPL/dufomap / parse

Function parse

src/toml.hpp:15936–15940  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15934 TOML_ABI_NAMESPACE_BOOL(TOML_EXCEPTIONS, ex, noex);
15935
15936 TOML_EXTERNAL_LINKAGE
15937 parse_result TOML_CALLCONV parse(std::string_view doc, std::string_view source_path)
15938 {
15939 return TOML_ANON_NAMESPACE::do_parse(TOML_ANON_NAMESPACE::utf8_reader{ doc, source_path });
15940 }
15941
15942 TOML_EXTERNAL_LINKAGE
15943 parse_result TOML_CALLCONV parse(std::string_view doc, std::string && source_path)

Callers 1

toml.hppFile · 0.85

Calls 1

moveFunction · 0.85

Tested by

no test coverage detected