MCPcopy Index your code
hub / github.com/Tencent/APIJSON / isBranchUrl

Method isBranchUrl

APIJSONORM/src/main/java/apijson/StringUtil.java:685–691  ·  view source on GitHub ↗
(String branchUrl)

Source from the content-addressed store, hash-verified

683 }
684
685 public static boolean isBranchUrl(String branchUrl) {
686 if (isEmpty(branchUrl, false)) {
687 return false;
688 }
689
690 return PATTERN_BRANCH_URL.matcher(branchUrl).matches();
691 }
692
693
694 public static final String FILE_PATH_PREFIX = "file://";

Callers

nothing calls this directly

Calls 1

isEmptyMethod · 0.95

Tested by

no test coverage detected