MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / isAcodeTerminalPublicSafUri

Function isAcodeTerminalPublicSafUri

src/lib/openFolder.js:26–27  ·  view source on GitHub ↗
(value = "")

Source from the content-addressed store, hash-verified

24const isTermuxSafUri = (value = "") =>
25 value.startsWith("content://com.termux.documents/tree/");
26const isAcodeTerminalPublicSafUri = (value = "") =>
27 value.startsWith("content://com.foxdebug.acode.documents/tree/");
28const isTerminalSafUri = (value = "") =>
29 isTermuxSafUri(value) || isAcodeTerminalPublicSafUri(value);
30

Callers 3

isTerminalSafUriFunction · 0.85
isTerminalAccessiblePathFunction · 0.85
convertToProotPathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected