| 1184 | |
| 1185 | |
| 1186 | ParamHandle* Engine::getParamHandle(int64_t moduleId, int paramId) { |
| 1187 | SharedLock<SharedMutex> lock(internal->mutex); |
| 1188 | return getParamHandle_NoLock(moduleId, paramId); |
| 1189 | } |
| 1190 | |
| 1191 | |
| 1192 | ParamHandle* Engine::getParamHandle_NoLock(int64_t moduleId, int paramId) { |
no outgoing calls
no test coverage detected