Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
namespace Jakt {
6
namespace git {
7
ErrorOr<ByteString> commit_hash() {
8
{
9
ByteString const hash = ByteString::from_utf8_without_validation(
"2c56047f8015fa0619ac5354d1274b8bfa12ba5f"
sv);
10
return hash;
11
}
12
}
13
14
}
15
} // namespace Jakt
Callers
1
compiler_main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected