Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IronsDu/brynet
/ getMutable
Method
getMutable
tests/catch.hpp:12379–12381 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12377
return *getInternal();
12378
}
12379
static auto getMutable() -> MutableInterfaceT& {
12380
return *getInternal();
12381
}
12382
};
12383
12384
} // namespace Catch
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected