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

Method toString

basex-core/src/main/java/org/basex/core/users/Code.java:15–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 /** Hash. */ HASH;
14
15 @Override
16 public String toString() {
17 return Enums.string(this);
18 }
19}

Callers

nothing calls this directly

Calls 1

stringMethod · 0.95

Tested by

no test coverage detected