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

Method value

basex-core/src/main/java/org/basex/util/http/Payload.java:97–99  ·  view source on GitHub ↗

Returns all payloads. @return payloads

()

Source from the content-addressed store, hash-verified

95 * @return payloads
96 */
97 Value value() {
98 return payloads.value();
99 }
100
101 /**
102 * Interprets a payload according to content type and returns a corresponding value.

Callers 4

bindMethod · 0.95
getResponseMethod · 0.95
parseMethod · 0.95
multiFormMethod · 0.45

Calls 15

prepareMethod · 0.95
getMethod · 0.95
getMethod · 0.95
getMethod · 0.95
readMethod · 0.95
decodeUriMethod · 0.95
containsMethod · 0.95
debugMethod · 0.95
inputStreamMethod · 0.95
extractPartsMethod · 0.95
boundaryMethod · 0.95
getMethod · 0.95

Tested by

no test coverage detected