MCPcopy Create free account
hub / github.com/WiseLibs/better-sqlite3 / GetDataErrorPrefix

Method GetDataErrorPrefix

src/util/custom-function.cpp:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 }
47
48 std::string GetDataErrorPrefix() {
49 return std::string("User-defined function ") + name + "() returned";
50 }
51
52private:
53 const std::string name;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected