MCPcopy Create free account
hub / github.com/Snapchat/Valdi / getManagerSync

Method getManagerSync

valdi/src/java/com/snap/valdi/ValdiRuntime.kt:349–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

ValdiExceptionClass · 0.85

Tested by

no test coverage detected