MCPcopy Create free account
hub / github.com/chipsalliance/Surelog / newValue

Method newValue

src/Expression/Value.cpp:111–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111Value* ValueFactory::newValue(SValue& initVal) { return new SValue(initVal); }
112
113Value* ValueFactory::newValue(StValue& initVal) { return new StValue(initVal); }
114

Callers 1

cloneMethod · 0.80

Calls 1

setValueFactoryMethod · 0.80

Tested by

no test coverage detected