MCPcopy Index your code
hub / github.com/NativeScript/capacitor / nativeLog

Function nativeLog

testing/browser.ts:512–517  ·  view source on GitHub ↗
(...args: any)

Source from the content-addressed store, hash-verified

510//(<any>window).native = native;
511
512function nativeLog(...args: any): void {
513 // eslint-disable-next-line prefer-rest-params
514 const results = Array.prototype.join.call(args, " ");
515 console.log("native.Log: ", results);
516 //NativeScriptCap.notify( {value: JSON.stringify({cmd: NS_MARSHALL_CONSOLE, log: results})});
517}

Callers 7

browser.tsFile · 0.85
sendMessageMethod · 0.85
receiveMessageMethod · 0.85
marshallStringMethod · 0.85
marshallMethod · 0.85
_getterMethod · 0.85
_setterMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected