MCPcopy Create free account
hub / github.com/jOOQ/jOOQ / read

Method read

jOOQ/src/main/java/org/jooq/impl/JSONReader.java:109–111  ·  view source on GitHub ↗
(final Source source)

Source from the content-addressed store, hash-verified

107 }
108
109 final Result<R> read(final Source source) {
110 return read(source, false);
111 }
112
113 final Result<R> read(final Source source, boolean ms) {
114 try {

Callers 13

patchRecordMethod · 0.95
zzRefillMethod · 0.45
parseJsonMethod · 0.45
fetchFromJSONMethod · 0.45
fetchFromXMLMethod · 0.45
readBytesMethod · 0.45
readMultisetListMethod · 0.45
readMultisetXMLMethod · 0.45
readMultisetJSONMethod · 0.45
executeJSONMethod · 0.45
convertOctalToBytesMethod · 0.45

Calls 15

resultMethod · 0.95
row0Method · 0.95
patchRecordMethod · 0.95
sortedValuesMethod · 0.95
readStringMethod · 0.80
defaultIfBlankMethod · 0.80
operateMethod · 0.80
parseMethod · 0.65
creationTimeMethod · 0.65
getMethod · 0.65
addMethod · 0.65
fieldMethod · 0.65

Tested by

no test coverage detected