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

Method size

packages/core/file-system/index.ts:359–361  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

357 }
358
359 get size(): number {
360 return getFileAccess().getFileSize(this.path);
361 }
362
363 public append(content: any): Promise<void> {
364 return new Promise<void>((resolve, reject) => {

Callers

nothing calls this directly

Calls 2

getFileAccessFunction · 0.85
getFileSizeMethod · 0.65

Tested by

no test coverage detected