MCPcopy Create free account
hub / github.com/dhbloo/rapfi / parser

Function parser

Rapfi/external/cpptoml/include/cpptoml.h:1882–1885  ·  view source on GitHub ↗

* Parsers are constructed from streams. */

Source from the content-addressed store, hash-verified

1880 * Parsers are constructed from streams.
1881 */
1882 parser(std::istream& stream) : input_(stream)
1883 {
1884 // nothing
1885 }
1886
1887 parser& operator=(const parser& parser) = delete;
1888

Callers 1

loadConfigMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected