| 347 | } |
| 348 | |
| 349 | override fun getManagerSync(): ValdiRuntimeManager { |
| 350 | return this.manager ?: throw ValdiException("ValdiRuntimeManager not set!") |
| 351 | } |
| 352 | |
| 353 | override fun getLocalAsset(moduleName: String, path: String): Asset { |
| 354 | return NativeBridge.getAsset(native.nativeHandle, moduleName, path) as Asset |
nothing calls this directly
no test coverage detected