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

Method get

basex-core/src/main/java/org/basex/query/value/item/Atm.java:38–40  ·  view source on GitHub ↗

Returns an instance of this class. @param value value @return instance

(final String value)

Source from the content-addressed store, hash-verified

36 * @return instance
37 */
38 public static Atm get(final String value) {
39 return get(Token.token(value));
40 }
41
42 /**
43 * Returns an instance of this class.

Callers 15

addParamsMethod · 0.95
bindMethod · 0.95
onWebSocketConnectMethod · 0.95
compileMethod · 0.95
parseMethod · 0.95
optStatsMethod · 0.95
itemMethod · 0.95
castMethod · 0.95
convertMethod · 0.95
getMethod · 0.95
keyAtMethod · 0.95
keyAtMethod · 0.95

Calls 1

tokenMethod · 0.95

Tested by

no test coverage detected