MCPcopy Create free account
hub / github.com/boostorg/json / instance

Method instance

test/test_suite.hpp:571–577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

569struct instance
570{
571 explicit
572 instance(
573 char const* name) noexcept
574 {
575 suites().insert(suite_info{
576 name, &instance::run });
577 }
578
579 static
580 void

Callers

nothing calls this directly

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected