MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / putLine

Method putLine

src/common/config/config_file.cpp:195–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193 }
194
195 void putLine(const ConfigFile::String& input, unsigned int line)
196 {
197 data.push(Line(input, line));
198 }
199
200 const char* getFileName() const
201 {

Callers 1

parseMethod · 0.45

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected