MCPcopy Create free account
hub / github.com/antmachineintelligence/mtgbmcode / fail

Method fail

python-package/compile/src/io/json11.cpp:361–363  ·  view source on GitHub ↗

fail(msg, err_ret = Json()) * * Mark this parse as failed. */

Source from the content-addressed store, hash-verified

359 * Mark this parse as failed.
360 */
361 Json fail(string &&msg) {
362 return fail(move(msg), Json());
363 }
364
365 template <typename T>
366 T fail(string &&msg, const T err_ret) {

Callers 2

parseMethod · 0.45
GetForcedBinsMethod · 0.45

Calls 1

JsonClass · 0.50

Tested by

no test coverage detected