MCPcopy Create free account
hub / github.com/cwida/ALP / ConstructMessage

Method ConstructMessage

publication/source_code/include/duckdb/exception.hpp:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86
87 template <typename... Args>
88 static string ConstructMessage(const string& msg, Args... params) {
89 vector<ExceptionFormatValue> values;
90 return ConstructMessageRecursive(msg, values, params...);
91 }
92
93 DUCKDB_API static string ConstructMessageRecursive(const string& msg, vector<ExceptionFormatValue>& values);
94

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected