MCPcopy Create free account
hub / github.com/crossuo/crossuo / TextFileParser

Method TextFileParser

xuocore/text_parser.cpp:8–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6#include "text_parser.h"
7
8TextFileParser::TextFileParser(
9 const fs_path &path, const char *delimiters, const char *comentaries, const char *quotes)
10{
11 if (!fs_path_empty(path))
12 {
13 m_File.Load(path);
14 }
15 StartupInitalize(delimiters, comentaries, quotes);
16}
17
18TextFileParser::~TextFileParser()
19{

Callers

nothing calls this directly

Calls 2

fs_path_emptyFunction · 0.85
LoadMethod · 0.45

Tested by

no test coverage detected