MCPcopy Create free account
hub / github.com/breck7/scroll / _getFileFormat

Method _getFileFormat

external/.scrollLibs.js:16897–16900  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

16895 return this._uniqueId
16896 }
16897 static _getFileFormat(path) {
16898 const format = path.split(".").pop()
16899 return FileFormat[format] ? format : FileFormat.particles
16900 }
16901 getLineModifiedTime() {
16902 return this._lineModifiedTime || this._particleCreationTime
16903 }

Callers 2

fromDiskMethod · 0.95
toDiskMethod · 0.80

Calls 1

splitMethod · 0.80

Tested by

no test coverage detected