MCPcopy Create free account
hub / github.com/MikeMirzayanov/testlib / TTestlibMode

Enum TTestlibMode

testlib.h:1631–1633  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1629};
1630
1631enum TTestlibMode {
1632 _unknown, _checker, _validator, _generator, _interactor, _scorer
1633};
1634
1635#define _pc(exitCode) (TResult(_partially + (exitCode)))
1636

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected