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

Class

src/webpage/contextmenu.ts:153–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151 }
152}
153class Seperator<x, y> implements menuPart<x, y> {
154 private visible?: (obj1: x, obj2: y) => boolean;
155 group?: string;
156 constructor(visible?: (obj1: x, obj2: y) => boolean, group?: string) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected