MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / checkPropertyKey

Method checkPropertyKey

IPL/src/IPLProcess.cpp:266–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266void IPLProcess::checkPropertyKey(const char *name)
267{
268 if (_properties.find(name) == _properties.end())
269 {
270 std::string error("Invalid property key: ");
271 error.append(name);
272 throw std::runtime_error(error.c_str());
273 }
274}
275
276
277

Callers

nothing calls this directly

Calls 3

c_strMethod · 0.80
findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected