MCPcopy
hub / github.com/putyy/res-downloader / throwBindingError

Function throwBindingError

frontend/src/assets/js/decrypt.js:1910–1912  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

1908
1909 var BindingError = undefined;
1910 function throwBindingError(message) {
1911 throw new BindingError(message);
1912 }
1913 /** @param {Object=} options */
1914 function registerType(rawType, registeredInstance, options) {
1915 options = options || {};

Callers 15

registerTypeFunction · 0.85
ClassHandle_deleteFunction · 0.85
ClassHandle_deleteLaterFunction · 0.85
ensureOverloadTableFunction · 0.85
exposePublicSymbolFunction · 0.85
upcastPointerFunction · 0.85
genericPointerToWireTypeFunction · 0.85
getBasestPointerFunction · 0.85
embind__requireFunctionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected