MCPcopy Create free account
hub / github.com/wavetermdev/waveterm / resolvePath

Function resolvePath

frontend/app/element/markdown.tsx:198–202  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

196
197 useEffect(() => {
198 const resolvePath = async () => {
199 const resolved = await resolveSrcSet(props.srcSet, resolveOpts);
200 setResolvedSrcSet(resolved);
201 setResolving(false);
202 };
203
204 resolvePath();
205 }, [props.srcSet]);

Callers 1

MarkdownSourceFunction · 0.85

Calls 1

resolveSrcSetFunction · 0.90

Tested by

no test coverage detected