MCPcopy
hub / github.com/mitmproxy/mitmproxy / ViewImage

Function ViewImage

web/src/js/components/contentviews/HttpMessage.tsx:240–250  ·  view source on GitHub ↗
({ flow, message }: ViewImageProps)

Source from the content-addressed store, hash-verified

238};
239
240export function ViewImage({ flow, message }: ViewImageProps) {
241 return (
242 <div className="flowview-image">
243 <img
244 src={MessageUtils.getContentURL(flow, message)}
245 alt="preview"
246 className="img-thumbnail"
247 />
248 </div>
249 );
250}

Callers

nothing calls this directly

Calls 1

getContentURLMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…