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

Method Decfloat

jOOQ/src/main/java/org/jooq/Decfloat.java:62–64  ·  view source on GitHub ↗
(String data)

Source from the content-addressed store, hash-verified

60 private transient Special special;
61
62 private Decfloat(String data) {
63 this.data = String.valueOf(data);
64 }
65
66 @Override
67 @NotNull

Callers

nothing calls this directly

Calls 1

valueOfMethod · 0.45

Tested by

no test coverage detected