Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/melonjs/melonJS
/ Commit
Interface
Commit
scripts/release.ts:20–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
}
19
20
interface
Commit {
21
message: string;
22
hash: string;
23
email: string;
24
}
25
26
/**
27
* Resolve a git author email to a GitHub login via the commit search API.
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected