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

Method readTraceConfiguration

src/utilities/ntrace/TraceConfiguration.cpp:37–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36
37void TraceCfgReader::readTraceConfiguration(const char* text,
38 const PathName& databaseName,
39 TracePluginConfig& config)
40{
41 TraceCfgReader cfgReader(text, databaseName, config);
42 cfgReader.readConfig();
43}
44
45
46#define PATH_PARAMETER(NAME, VALUE) \

Callers

nothing calls this directly

Calls 1

readConfigMethod · 0.80

Tested by

no test coverage detected