MCPcopy Create free account
hub / github.com/crate/crate / timestamp

Method timestamp

server/src/main/java/org/elasticsearch/Build.java:75–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73 }
74
75 public String timestamp() {
76 return timestamp;
77 }
78
79 public static void writeBuildTo(Build build, StreamOutput out) throws IOException {
80 out.writeString(build.hash());

Callers 5

executeMethod · 0.45
testDocStatsMethod · 0.45
mainMethod · 0.45
writeBuildToMethod · 0.45

Calls

no outgoing calls