MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / openFile

Function openFile

packages/core/utils/native-helper.ios.ts:229–233  ·  view source on GitHub ↗
(filePath: string)

Source from the content-addressed store, hash-verified

227const MajorVersion = NSString.stringWithString(UIDevice.currentDevice.systemVersion).intValue;
228
229export function openFile(filePath: string): boolean {
230 console.log('utils.ios.openFile() is deprecated; use utils.openFile() instead');
231
232 return openFileAtRootModule(filePath);
233}
234
235function getVisibleViewController(rootViewController: UIViewController): UIViewController {
236 let viewController = rootViewController;

Callers

nothing calls this directly

Calls 2

openFileAtRootModuleFunction · 0.85
logMethod · 0.45

Tested by

no test coverage detected