Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MathMan05/Fermi
/ getUnixTime
Method
getUnixTime
src/webpage/message.ts:602–604 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
600
return
build;
601
}
602
getUnixTime(): number {
603
return
new
Date(this.timestamp).getTime();
604
}
605
private editContent?: string;
606
async
edit(content: string) {
607
if
(content === this.content.textContent) {
Callers
1
generateMessage
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected