MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / success

Function success

src/plugins/browser/index.js:8–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6function open(url, isConsole = false) {
7 const ACTION = 'open';
8 const success = () => { };
9 const error = () => { };
10 const theme = themes.get(settings.value.appTheme).toJSON('hex');
11 cordova.exec(success, error, SERVICE, ACTION, [url, theme, isConsole]);

Callers 1

injectRawResponseHandlerFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected