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

Method of

jOOQ/src/main/java/org/jooq/Source.java:182–184  ·  view source on GitHub ↗

Create a source from a string.

(String string)

Source from the content-addressed store, hash-verified

180 * Create a source from a string.
181 */
182 public static final Source of(String string) {
183 return new Source(string, null, null, null, null, null, null, null, -1, false);
184 }
185
186 /**
187 * Create a source from binary data.

Callers 15

exportMethod · 0.95
loadMethod · 0.95
load0Method · 0.95
sourceMethod · 0.95
parseJsonMethod · 0.95
sourcesMethod · 0.95
metaMethod · 0.95
fetchFromJSONMethod · 0.95
setAsciiStreamMethod · 0.95
setUnicodeStreamMethod · 0.95
setCharacterStreamMethod · 0.95
setNCharacterStreamMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected