MCPcopy Create free account
hub / github.com/SerenityOS/jakt / commit_hash

Function commit_hash

bootstrap/stage0/git.cpp:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5namespace Jakt {
6namespace git {
7ErrorOr<ByteString> commit_hash() {
8{
9ByteString const hash = ByteString::from_utf8_without_validation("2c56047f8015fa0619ac5354d1274b8bfa12ba5f"sv);
10return hash;
11}
12}
13
14}
15} // namespace Jakt

Callers 1

compiler_mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected