MCPcopy Create free account
hub / github.com/error311/FileRise / SKIP

Method SKIP

src/FileRise/Support/FS.php:23–26  ·  view source on GitHub ↗

App-specific names to skip from UI */

()

Source from the content-addressed store, hash-verified

21
22 /** App-specific names to skip from UI */
23 public static function SKIP(): array
24 {
25 return ['trash','profile_pics'];
26 }
27
28 /** Optional regex patterns for additional ignores (env FR_IGNORE_REGEX). */
29 private static function ignoreRegexes(): array

Callers 15

hasReadableDescendantMethod · 0.95
scanPortalEntriesMethod · 0.80
buildSnapshotMethod · 0.80
countVisibleMethod · 0.80
countVisibleDeepMethod · 0.80
countVisibleRemoteMethod · 0.80
listChildrenMethod · 0.80
listChildrenRemoteMethod · 0.80
scanFolderTreeForCopyMethod · 0.80
getSubfoldersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected