Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
111
Value* ValueFactory::newValue(SValue& initVal) { return new SValue(initVal); }
112
113
Value* ValueFactory::newValue(StValue& initVal) { return new StValue(initVal); }
114
Callers
1
clone
Method · 0.80
Calls
1
setValueFactory
Method · 0.80
Tested by
no test coverage detected