Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpvrlab/ImagePlay
/ deserialize
Method
deserialize
IPL/src/IPLProcessProperty.cpp:269–272 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
267
}
268
269
void IPLProcessPropertyInt::deserialize(const SerializedData &data)
270
{
271
deserializeProperty(data,_widget,_value);
272
}
273
274
IPLProcessProperty *IPLProcessPropertyInt::clone() const
275
{
Callers
1
readProcessFile
Method · 0.80
Calls
1
deserializeProperty
Function · 0.85
Tested by
no test coverage detected