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

Method equals

APIJSONORM/src/main/java/apijson/SQL.java:216–218  ·  view source on GitHub ↗

@param s1 @param s2 @return "strcmp(" + s1 + ", " + s2 + ")"

(String s1, String s2)

Source from the content-addressed store, hash-verified

214 * @return "strcmp(" + s1 + ", " + s2 + ")"
215 */
216 public static String equals(String s1, String s2) {
217 return "strcmp(" + s1 + ", " + s2 + ")";
218 }
219
220 /**
221 * @param s

Callers 15

getBooleanMethod · 0.45
getBooleanValueMethod · 0.45
logInfoMethod · 0.45
onJoinParseMethod · 0.45
replaceArrayChildPathMethod · 0.45
batchVerifyMethod · 0.45
isAppJoinMethod · 0.45
isLeftJoinMethod · 0.45
isRightJoinMethod · 0.45
isCrossJoinMethod · 0.45
isInnerJoinMethod · 0.45
isFullJoinMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected