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

Method concat

APIJSONORM/src/main/java/apijson/StringUtil.java:1091–1093  ·  view source on GitHub ↗
(String left, String right)

Source from the content-addressed store, hash-verified

1089 }
1090
1091 public static String concat(String left, String right) {
1092 return concat(left, right, null);
1093 }
1094 public static String concat(String left, String right, String split) {
1095 return concat(left, right, split, true);
1096 }

Callers 8

gainGroupStringMethod · 0.95
gainHavingStringMethod · 0.95
gainSampleStringMethod · 0.95
gainLatestStringMethod · 0.95
gainPartitionStringMethod · 0.95
gainFillStringMethod · 0.95
gainOrderStringMethod · 0.95
gainColumnStringMethod · 0.95

Calls 1

isEmptyMethod · 0.95

Tested by

no test coverage detected