MCPcopy Create free account
hub / github.com/MrKepzie/Natron / getNumKeys

Method getNumKeys

Engine/OfxParamInstance.cpp:849–853  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

847}
848
849OfxStatus
850OfxIntegerInstance::getNumKeys(unsigned int &nKeys) const
851{
852 return OfxKeyFrame::getNumKeys(_knob.lock().get(), nKeys);
853}
854
855OfxStatus
856OfxIntegerInstance::getKeyTime(int nth,

Callers

nothing calls this directly

Calls 3

getNumKeysFunction · 0.85
getMethod · 0.45
lockMethod · 0.45

Tested by

no test coverage detected