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

Method exists

packages/core/file-system/index.ts:346–348  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

344 }
345
346 public static exists(path: string): boolean {
347 return getFileAccess().fileExists(path);
348 }
349
350 get extension(): string {
351 return this._extension;

Callers 15

loadResourceMethod · 0.95
fileExistsMethod · 0.95
folderExistsMethod · 0.95
renameMethod · 0.95
existsMethod · 0.95
completeEditMethod · 0.95
safeReadTextFunction · 0.45
loadAndExtractMapFunction · 0.45
remapFrameFunction · 0.45
loadFontFromFileFunction · 0.45
registerFontFunction · 0.45
registerFontsInFolderFunction · 0.45

Calls 2

getFileAccessFunction · 0.85
fileExistsMethod · 0.65

Tested by

no test coverage detected