MCPcopy Create free account
hub / github.com/BaseXdb/basex / toStr

Method toStr

basex-api/src/main/java/org/basex/query/func/ApiFunc.java:45–47  ·  view source on GitHub ↗

Returns a non-null string. @param string string (can be null) @return string

(final String string)

Source from the content-addressed store, hash-verified

43 * @return string
44 */
45 public final Str toStr(final String string) {
46 return Str.get(string != null ? string : "");
47 }
48}

Callers 9

itemMethod · 0.45
itemMethod · 0.45
itemMethod · 0.45
itemMethod · 0.45
itemMethod · 0.45
itemMethod · 0.45
itemMethod · 0.45
itemMethod · 0.45
valueMethod · 0.45

Calls 1

getMethod · 0.95

Tested by

no test coverage detected