MCPcopy Create free account
hub / github.com/TheLegendAli/DeepLab-Context / GetInstance

Method GetInstance

src/gtest/gtest-all.cpp:4936–4955  ·  view source on GitHub ↗

Gets the singleton UnitTest object. The first time this method is called, a UnitTest object is constructed and returned. Consecutive calls will return the same object. We don't protect this under mutex_ as a user is not supposed to call this before main() starts, from which point on the return value will never change.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected