MCPcopy Create free account
hub / github.com/MathMan05/Fermi / getUnixTime

Method getUnixTime

src/webpage/direct.ts:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16class Direct extends Guild {
17 channels: Group[];
18 getUnixTime(): number {
19 throw new Error("Do not call this for Direct, it does not make sense");
20 }
21 discovery: Discovery;
22 constructor(json: dirrectjson[], owner: Localuser) {
23 super(-1, owner, null);

Callers 3

updatePositionMethod · 0.45
fullProfileMethod · 0.45
updateTimeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected