Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MathMan05/Fermi
/ setup
Method
setup
src/webpage/message.ts:87–92 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
85
this.resolve = _;
86
});
87
Message.setupcmenu();
88
}
89
static setupcmenu() {
90
const
editTypes =
new
Set([0, 19]);
91
Message.contextmenu.addButton(
92
() => I18n.message.edit(),
93
function
(this: Message) {
94
this.setEdit();
95
},
Callers
1
message.ts
File · 0.45
Calls
1
setupcmenu
Method · 0.80
Tested by
no test coverage detected