MCPcopy Create free account
hub / github.com/cc20110101/RedisView / getSubModel

Method getSubModel

src/RedisView/RedisLib/RedisClient.cpp:4694–4697  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4692}
4693
4694bool RedisClient::getSubModel() const
4695{
4696 return _bSubModel;
4697}
4698
4699void RedisClient::setSubModel(bool bSubModel)
4700{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected