MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / from_string

Function from_string

extlibs/vili/src/parser/parser.cpp:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 }
46
47 vili::node from_string(std::string_view data, state parser_state)
48 {
49 peg::memory_input in(data.data(), "string_source");
50 return parse(in, parser_state);
51 }
52
53 vili::node from_file(std::string_view path, state parser_state)
54 {

Callers

nothing calls this directly

Calls 2

parseFunction · 0.70
dataMethod · 0.45

Tested by

no test coverage detected