MCPcopy Create free account
hub / github.com/GilesBathgate/RapCAD / setStorage

Method setStorage

src/variable.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void Variable::setStorage(Storage c)
37{
38 storage = c;
39}
40
41Storage Variable::getStorage() const
42{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected