MCPcopy Create free account
hub / github.com/gotify/server / togglePreviewHeight

Function togglePreviewHeight

ui/src/message/Message.tsx:154–154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

152 React.useEffect(() => void onExpand(expanded), [expanded]);
153
154 const togglePreviewHeight = () => setExpanded((b) => !b);
155
156 const renderContent = () => {
157 switch (contentType(extras)) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…