Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fmtlib/fmt
/ NewValueForCurrentThread
Method
NewValueForCurrentThread
test/gtest/gtest/gtest.h:1851–1853 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1849
}
1850
1851
virtual ThreadLocalValueHolderBase* NewValueForCurrentThread() const {
1852
return default_factory_->MakeNewHolder();
1853
}
1854
1855
class ValueHolderFactory {
1856
public:
Callers
1
GetValueOnCurrentThread
Method · 0.80
Calls
1
MakeNewHolder
Method · 0.45
Tested by
no test coverage detected