Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
execute
Method · 0.45
testDocStats
Method · 0.45
main
Method · 0.45
writeBuildTo
Method · 0.45
test_should_reconstruct_state_when_streamed_from_one_state_to_another
Method · 0.45
Calls
no outgoing calls
Tested by
2
testDocStats
Method · 0.36
test_should_reconstruct_state_when_streamed_from_one_state_to_another
Method · 0.36