<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to identify where a function or a specific file is being used in all parts of your code ? in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/How-to-identify-where-a-function-or-a-specific-file-is-being/m-p/826966#M35206</link>
    <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/17186"&gt;@Anton&lt;/a&gt;&amp;nbsp;'s suggestions are the only I can think of for in portal. If you know your way around a desktop code editor you could just download the files to your computer with the HubSpot CLI, open the folder in your editor, and run a search.&lt;/P&gt;</description>
    <pubDate>Sat, 29 Jul 2023 01:43:24 GMT</pubDate>
    <dc:creator>alyssamwilie</dc:creator>
    <dc:date>2023-07-29T01:43:24Z</dc:date>
    <item>
      <title>How to identify where a function or a specific file is being used in all parts of your code ?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/How-to-identify-where-a-function-or-a-specific-file-is-being/m-p/826542#M35190</link>
      <description>&lt;P&gt;Hi guys !&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;is there a way that faciltates the findings of all the places a specific image(path) is being used in all your code. Same goes for functions and specific tags !!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;All this to save me time instead of me going manually over all theme folders one by one and searching for where it's being used&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks!!&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 08:39:48 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/How-to-identify-where-a-function-or-a-specific-file-is-being/m-p/826542#M35190</guid>
      <dc:creator>AzharBondi</dc:creator>
      <dc:date>2023-07-28T08:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify where a function or a specific file is being used in all parts of your code ?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/How-to-identify-where-a-function-or-a-specific-file-is-being/m-p/826943#M35204</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/597903"&gt;@AzharBondi&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't think that there's an "easy" way to look up where each file is located. I could imagine that you could get some informations from the &lt;A href="https://developers.hubspot.com/docs/api/files/files" target="_blank" rel="noopener"&gt;files API&lt;/A&gt; for files located in the file manager. But to be honest - I've never done that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The only way I know is:&lt;/P&gt;
&lt;P&gt;For files located in the file manager you can select one and look in the "File usage" area.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bildschirmfoto 2023-07-29 um 00.37.06.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/95822i9306189028CA30E7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Bildschirmfoto 2023-07-29 um 00.37.06.png" alt="Bildschirmfoto 2023-07-29 um 00.37.06.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For files located in the Design-Tools/Design-Manager you can right-click on a certain file and select "Show dependents"&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bildschirmfoto 2023-07-29 um 00.43.53.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/95823i1BF8DCA8D7A4B46A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Bildschirmfoto 2023-07-29 um 00.43.53.png" alt="Bildschirmfoto 2023-07-29 um 00.43.53.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;hope this helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe some fellow dev community masterminds know some solution to this -&amp;gt;&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/363300"&gt;@Jnix284&lt;/a&gt;,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/91608"&gt;@alyssamwilie&lt;/a&gt;,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/101258"&gt;@Teun&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;best,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anton&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 22:47:56 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/How-to-identify-where-a-function-or-a-specific-file-is-being/m-p/826943#M35204</guid>
      <dc:creator>Anton</dc:creator>
      <dc:date>2023-07-28T22:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify where a function or a specific file is being used in all parts of your code ?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/How-to-identify-where-a-function-or-a-specific-file-is-being/m-p/826951#M35205</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/597903"&gt;@AzharBondi&lt;/a&gt;&amp;nbsp;you could write a script to search your code for specific paths...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 23:00:54 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/How-to-identify-where-a-function-or-a-specific-file-is-being/m-p/826951#M35205</guid>
      <dc:creator>Jnix284</dc:creator>
      <dc:date>2023-07-28T23:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify where a function or a specific file is being used in all parts of your code ?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/How-to-identify-where-a-function-or-a-specific-file-is-being/m-p/826966#M35206</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/17186"&gt;@Anton&lt;/a&gt;&amp;nbsp;'s suggestions are the only I can think of for in portal. If you know your way around a desktop code editor you could just download the files to your computer with the HubSpot CLI, open the folder in your editor, and run a search.&lt;/P&gt;</description>
      <pubDate>Sat, 29 Jul 2023 01:43:24 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/How-to-identify-where-a-function-or-a-specific-file-is-being/m-p/826966#M35206</guid>
      <dc:creator>alyssamwilie</dc:creator>
      <dc:date>2023-07-29T01:43:24Z</dc:date>
    </item>
  </channel>
</rss>

