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

Method getNumKeys

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

Source from the content-addressed store, hash-verified

843}
844
845OfxStatus
846OfxIntegerInstance::getNumKeys(unsigned int &nKeys) const
847{
848 return OfxKeyFrame::getNumKeys(_knob.lock().get(), nKeys);
849}
850
851OfxStatus
852OfxIntegerInstance::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