MCPcopy Create free account
hub / github.com/Snapchat/dagger-browser / getDisplayName

Function getDisplayName

browser/src/components/NodeLink.tsx:19–25  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

17};
18
19function getDisplayName(key: string): string {
20 return key
21 .replace("java.util.", "")
22 .replace("java.lang.", "")
23 .replace("javax.inject.", "")
24 .replace("io.reactivex.", "")
25}
26
27const NodeLink: React.FC<Props> = ({
28 node,

Callers 1

NodeLinkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected