Deploy code docs to GitHub Pages for workflow run 2160

Commit: 3c779415f2
This commit is contained in:
tgstation-server
2023-06-11 16:55:59 +00:00
parent 032ef1932e
commit 1365712a4a
4 changed files with 40 additions and 40 deletions
+17 -17
View File
@@ -234,28 +234,28 @@ $(function() {
<div class="line"><a id="l00227" name="l00227"></a><span class="lineno"> 227</span> </div>
<div class="line"><a id="l00228" name="l00228"></a><span class="lineno"> 228</span> <span class="keywordtype">void</span> ListImpl()</div>
<div class="line"><a id="l00229" name="l00229"></a><span class="lineno"> 229</span> {</div>
<div class="line"><a id="l00230" name="l00230"></a><span class="lineno"> 230</span> var enumerator = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_static_files_1_1_configuration.html#a29a360d050eedfecf24a5d7a75331f1d">synchronousIOManager</a>.<a class="code hl_function" href="interface_tgstation_1_1_server_1_1_host_1_1_i_o_1_1_i_synchronous_i_o_manager.html#ab4bf2b5d0c4cd791206d970f67d46924">GetDirectories</a>(path, cancellationToken);</div>
<div class="line"><a id="l00231" name="l00231"></a><span class="lineno"> 231</span> <span class="keywordflow">try</span></div>
<div class="line"><a id="l00232" name="l00232"></a><span class="lineno"> 232</span> {</div>
<div class="line"><a id="l00230" name="l00230"></a><span class="lineno"> 230</span> <span class="keywordflow">try</span></div>
<div class="line"><a id="l00231" name="l00231"></a><span class="lineno"> 231</span> {</div>
<div class="line"><a id="l00232" name="l00232"></a><span class="lineno"> 232</span> var enumerator = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_static_files_1_1_configuration.html#a29a360d050eedfecf24a5d7a75331f1d">synchronousIOManager</a>.<a class="code hl_function" href="interface_tgstation_1_1_server_1_1_host_1_1_i_o_1_1_i_synchronous_i_o_manager.html#ab4bf2b5d0c4cd791206d970f67d46924">GetDirectories</a>(path, cancellationToken);</div>
<div class="line"><a id="l00233" name="l00233"></a><span class="lineno"> 233</span> result.AddRange(enumerator.Select(x =&gt; <span class="keyword">new</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_response_1_1_configuration_file_response.html">ConfigurationFileResponse</a></div>
<div class="line"><a id="l00234" name="l00234"></a><span class="lineno"> 234</span> {</div>
<div class="line"><a id="l00235" name="l00235"></a><span class="lineno"> 235</span> IsDirectory = true,</div>
<div class="line"><a id="l00236" name="l00236"></a><span class="lineno"> 236</span> Path = ioManager.ConcatPath(configurationRelativePath, x),</div>
<div class="line"><a id="l00237" name="l00237"></a><span class="lineno"> 237</span> }).OrderBy(file =&gt; file.Path));</div>
<div class="line"><a id="l00238" name="l00238"></a><span class="lineno"> 238</span> }</div>
<div class="line"><a id="l00239" name="l00239"></a><span class="lineno"> 239</span> <span class="keywordflow">catch</span> (IOException e)</div>
<div class="line"><a id="l00240" name="l00240"></a><span class="lineno"> 240</span> {</div>
<div class="line"><a id="l00241" name="l00241"></a><span class="lineno"> 241</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_static_files_1_1_configuration.html#ab3c240ff7f92402a96f36d29f6ede284">logger</a>.LogDebug(e, <span class="stringliteral">&quot;IOException while writing {path}!&quot;</span>, path);</div>
<div class="line"><a id="l00242" name="l00242"></a><span class="lineno"> 242</span> result = <span class="keyword">null</span>;</div>
<div class="line"><a id="l00243" name="l00243"></a><span class="lineno"> 243</span> <span class="keywordflow">return</span>;</div>
<div class="line"><a id="l00244" name="l00244"></a><span class="lineno"> 244</span> }</div>
<div class="line"><a id="l00245" name="l00245"></a><span class="lineno"> 245</span> </div>
<div class="line"><a id="l00246" name="l00246"></a><span class="lineno"> 246</span> enumerator = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_static_files_1_1_configuration.html#a29a360d050eedfecf24a5d7a75331f1d">synchronousIOManager</a>.<a class="code hl_function" href="interface_tgstation_1_1_server_1_1_host_1_1_i_o_1_1_i_synchronous_i_o_manager.html#a76ee03fa9595a6f3b9241d5f29e7906e">GetFiles</a>(path, cancellationToken);</div>
<div class="line"><a id="l00247" name="l00247"></a><span class="lineno"> 247</span> result.AddRange(enumerator.Select(x =&gt; <span class="keyword">new</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_response_1_1_configuration_file_response.html">ConfigurationFileResponse</a></div>
<div class="line"><a id="l00248" name="l00248"></a><span class="lineno"> 248</span> {</div>
<div class="line"><a id="l00249" name="l00249"></a><span class="lineno"> 249</span> IsDirectory = false,</div>
<div class="line"><a id="l00250" name="l00250"></a><span class="lineno"> 250</span> Path = ioManager.ConcatPath(configurationRelativePath, x),</div>
<div class="line"><a id="l00251" name="l00251"></a><span class="lineno"> 251</span> }).OrderBy(file =&gt; file.Path));</div>
<div class="line"><a id="l00238" name="l00238"></a><span class="lineno"> 238</span> </div>
<div class="line"><a id="l00239" name="l00239"></a><span class="lineno"> 239</span> enumerator = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_static_files_1_1_configuration.html#a29a360d050eedfecf24a5d7a75331f1d">synchronousIOManager</a>.<a class="code hl_function" href="interface_tgstation_1_1_server_1_1_host_1_1_i_o_1_1_i_synchronous_i_o_manager.html#a76ee03fa9595a6f3b9241d5f29e7906e">GetFiles</a>(path, cancellationToken);</div>
<div class="line"><a id="l00240" name="l00240"></a><span class="lineno"> 240</span> result.AddRange(enumerator.Select(x =&gt; <span class="keyword">new</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_response_1_1_configuration_file_response.html">ConfigurationFileResponse</a></div>
<div class="line"><a id="l00241" name="l00241"></a><span class="lineno"> 241</span> {</div>
<div class="line"><a id="l00242" name="l00242"></a><span class="lineno"> 242</span> IsDirectory = false,</div>
<div class="line"><a id="l00243" name="l00243"></a><span class="lineno"> 243</span> Path = ioManager.ConcatPath(configurationRelativePath, x),</div>
<div class="line"><a id="l00244" name="l00244"></a><span class="lineno"> 244</span> }).OrderBy(file =&gt; file.Path));</div>
<div class="line"><a id="l00245" name="l00245"></a><span class="lineno"> 245</span> }</div>
<div class="line"><a id="l00246" name="l00246"></a><span class="lineno"> 246</span> <span class="keywordflow">catch</span> (IOException ex)</div>
<div class="line"><a id="l00247" name="l00247"></a><span class="lineno"> 247</span> {</div>
<div class="line"><a id="l00248" name="l00248"></a><span class="lineno"> 248</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_static_files_1_1_configuration.html#ab3c240ff7f92402a96f36d29f6ede284">logger</a>.LogDebug(ex, <span class="stringliteral">&quot;IOException while enumerating direcotry!&quot;</span>);</div>
<div class="line"><a id="l00249" name="l00249"></a><span class="lineno"> 249</span> result = <span class="keyword">null</span>;</div>
<div class="line"><a id="l00250" name="l00250"></a><span class="lineno"> 250</span> <span class="keywordflow">return</span>;</div>
<div class="line"><a id="l00251" name="l00251"></a><span class="lineno"> 251</span> }</div>
<div class="line"><a id="l00252" name="l00252"></a><span class="lineno"> 252</span> }</div>
<div class="line"><a id="l00253" name="l00253"></a><span class="lineno"> 253</span> </div>
<div class="line"><a id="l00254" name="l00254"></a><span class="lineno"> 254</span> <span class="keyword">using</span> (await <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_semaphore_slim_context.html">SemaphoreSlimContext</a>.<a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_semaphore_slim_context.html#ae727eb615a06f31514aaed6f21d6d103">Lock</a>(<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_static_files_1_1_configuration.html#af64bb7e6efa9991a5a3a14993a3277e8">semaphore</a>, cancellationToken))</div>
+2 -2
View File
@@ -100,9 +100,9 @@ $(function() {
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span> </div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_interop_1_1_d_m_api_constants.html#a278b2438bc45c0fef89bde236fdff508"> 40</a></span> <span class="keyword">public</span> <span class="keyword">const</span> uint <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_interop_1_1_d_m_api_constants.html#a278b2438bc45c0fef89bde236fdff508">MaximumBridgeRequestLength</a> = 8198;</div>
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span> </div>
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_interop_1_1_d_m_api_constants.html#ab7cd305157ffeb708e0fbc68df74d303"> 45</a></span> <span class="keyword">public</span> <span class="keyword">const</span> uint <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_interop_1_1_d_m_api_constants.html#ab7cd305157ffeb708e0fbc68df74d303">MaximumTopicRequestLength</a> = 65529;</div>
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_interop_1_1_d_m_api_constants.html#ab7cd305157ffeb708e0fbc68df74d303"> 45</a></span> <span class="keyword">public</span> <span class="keyword">const</span> uint <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_interop_1_1_d_m_api_constants.html#ab7cd305157ffeb708e0fbc68df74d303">MaximumTopicRequestLength</a> = 65528;</div>
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span> </div>
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_interop_1_1_d_m_api_constants.html#a097a7e82a58ed67bead0cd391b2b5820"> 50</a></span> <span class="keyword">public</span> <span class="keyword">const</span> uint <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_interop_1_1_d_m_api_constants.html#a097a7e82a58ed67bead0cd391b2b5820">MaximumTopicResponseLength</a> = 65528;</div>
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_interop_1_1_d_m_api_constants.html#a097a7e82a58ed67bead0cd391b2b5820"> 50</a></span> <span class="keyword">public</span> <span class="keyword">const</span> uint <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_interop_1_1_d_m_api_constants.html#a097a7e82a58ed67bead0cd391b2b5820">MaximumTopicResponseLength</a> = 65529;</div>
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span> </div>
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_interop_1_1_d_m_api_constants.html#ac2e027490bca3307936efe1092da2cc9"> 55</a></span> <span class="keyword">public</span> <span class="keyword">static</span> readonly Version <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_interop_1_1_d_m_api_constants.html#ac2e027490bca3307936efe1092da2cc9">InteropVersion</a> = Version.Parse(<a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_properties_1_1_master_versions_attribute.html">MasterVersionsAttribute</a>.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_properties_1_1_master_versions_attribute.html#af17f819f7eb525f7274264ec212a5105">Instance</a>.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_properties_1_1_master_versions_attribute.html#a8bcda31fd5f3c20c5375d1a8814d563a">RawInteropVersion</a>);</div>
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span> </div>
@@ -114,10 +114,10 @@ Static Public Attributes</h2></td></tr>
<tr class="memitem:a278b2438bc45c0fef89bde236fdff508"><td class="memItemLeft" align="right" valign="top">const uint&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_interop_1_1_d_m_api_constants.html#a278b2438bc45c0fef89bde236fdff508">MaximumBridgeRequestLength</a> = 8198</td></tr>
<tr class="memdesc:a278b2438bc45c0fef89bde236fdff508"><td class="mdescLeft">&#160;</td><td class="mdescRight">The maximum length of a BYOND side bridge request URL. <a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_interop_1_1_d_m_api_constants.html#a278b2438bc45c0fef89bde236fdff508">More...</a><br /></td></tr>
<tr class="separator:a278b2438bc45c0fef89bde236fdff508"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab7cd305157ffeb708e0fbc68df74d303"><td class="memItemLeft" align="right" valign="top">const uint&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_interop_1_1_d_m_api_constants.html#ab7cd305157ffeb708e0fbc68df74d303">MaximumTopicRequestLength</a> = 65529</td></tr>
<tr class="memitem:ab7cd305157ffeb708e0fbc68df74d303"><td class="memItemLeft" align="right" valign="top">const uint&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_interop_1_1_d_m_api_constants.html#ab7cd305157ffeb708e0fbc68df74d303">MaximumTopicRequestLength</a> = 65528</td></tr>
<tr class="memdesc:ab7cd305157ffeb708e0fbc68df74d303"><td class="mdescLeft">&#160;</td><td class="mdescRight">The maximum length in bytes of a global::Byond.TopicSender.ITopicClient payload. <a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_interop_1_1_d_m_api_constants.html#ab7cd305157ffeb708e0fbc68df74d303">More...</a><br /></td></tr>
<tr class="separator:ab7cd305157ffeb708e0fbc68df74d303"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a097a7e82a58ed67bead0cd391b2b5820"><td class="memItemLeft" align="right" valign="top">const uint&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_interop_1_1_d_m_api_constants.html#a097a7e82a58ed67bead0cd391b2b5820">MaximumTopicResponseLength</a> = 65528</td></tr>
<tr class="memitem:a097a7e82a58ed67bead0cd391b2b5820"><td class="memItemLeft" align="right" valign="top">const uint&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_interop_1_1_d_m_api_constants.html#a097a7e82a58ed67bead0cd391b2b5820">MaximumTopicResponseLength</a> = 65529</td></tr>
<tr class="memdesc:a097a7e82a58ed67bead0cd391b2b5820"><td class="mdescLeft">&#160;</td><td class="mdescRight">The maximum length in bytes of a global::Byond.TopicSender.ITopicClient response. <a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_interop_1_1_d_m_api_constants.html#a097a7e82a58ed67bead0cd391b2b5820">More...</a><br /></td></tr>
<tr class="separator:a097a7e82a58ed67bead0cd391b2b5820"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac2e027490bca3307936efe1092da2cc9"><td class="memItemLeft" align="right" valign="top">static readonly Version&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_interop_1_1_d_m_api_constants.html#ac2e027490bca3307936efe1092da2cc9">InteropVersion</a> = Version.Parse(MasterVersionsAttribute.Instance.RawInteropVersion)</td></tr>
@@ -197,7 +197,7 @@ Static Public Attributes</h2></td></tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">const uint Tgstation.Server.Host.Components.Interop.DMApiConstants.MaximumTopicRequestLength = 65529</td>
<td class="memname">const uint Tgstation.Server.Host.Components.Interop.DMApiConstants.MaximumTopicRequestLength = 65528</td>
</tr>
</table>
</td>
@@ -225,7 +225,7 @@ Static Public Attributes</h2></td></tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">const uint Tgstation.Server.Host.Components.Interop.DMApiConstants.MaximumTopicResponseLength = 65528</td>
<td class="memname">const uint Tgstation.Server.Host.Components.Interop.DMApiConstants.MaximumTopicResponseLength = 65529</td>
</tr>
</table>
</td>
@@ -1005,28 +1005,28 @@ Here is the call graph for this function:</div>
<div class="line"><span class="lineno"> 227</span> </div>
<div class="line"><span class="lineno"> 228</span> <span class="keywordtype">void</span> ListImpl()</div>
<div class="line"><span class="lineno"> 229</span> {</div>
<div class="line"><span class="lineno"> 230</span> var enumerator = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_static_files_1_1_configuration.html#a29a360d050eedfecf24a5d7a75331f1d">synchronousIOManager</a>.<a class="code hl_function" href="interface_tgstation_1_1_server_1_1_host_1_1_i_o_1_1_i_synchronous_i_o_manager.html#ab4bf2b5d0c4cd791206d970f67d46924">GetDirectories</a>(path, cancellationToken);</div>
<div class="line"><span class="lineno"> 231</span> <span class="keywordflow">try</span></div>
<div class="line"><span class="lineno"> 232</span> {</div>
<div class="line"><span class="lineno"> 230</span> <span class="keywordflow">try</span></div>
<div class="line"><span class="lineno"> 231</span> {</div>
<div class="line"><span class="lineno"> 232</span> var enumerator = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_static_files_1_1_configuration.html#a29a360d050eedfecf24a5d7a75331f1d">synchronousIOManager</a>.<a class="code hl_function" href="interface_tgstation_1_1_server_1_1_host_1_1_i_o_1_1_i_synchronous_i_o_manager.html#ab4bf2b5d0c4cd791206d970f67d46924">GetDirectories</a>(path, cancellationToken);</div>
<div class="line"><span class="lineno"> 233</span> result.AddRange(enumerator.Select(x =&gt; <span class="keyword">new</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_response_1_1_configuration_file_response.html">ConfigurationFileResponse</a></div>
<div class="line"><span class="lineno"> 234</span> {</div>
<div class="line"><span class="lineno"> 235</span> IsDirectory = true,</div>
<div class="line"><span class="lineno"> 236</span> Path = ioManager.ConcatPath(configurationRelativePath, x),</div>
<div class="line"><span class="lineno"> 237</span> }).OrderBy(file =&gt; file.Path));</div>
<div class="line"><span class="lineno"> 238</span> }</div>
<div class="line"><span class="lineno"> 239</span> <span class="keywordflow">catch</span> (IOException e)</div>
<div class="line"><span class="lineno"> 240</span> {</div>
<div class="line"><span class="lineno"> 241</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_static_files_1_1_configuration.html#ab3c240ff7f92402a96f36d29f6ede284">logger</a>.LogDebug(e, <span class="stringliteral">&quot;IOException while writing {path}!&quot;</span>, path);</div>
<div class="line"><span class="lineno"> 242</span> result = <span class="keyword">null</span>;</div>
<div class="line"><span class="lineno"> 243</span> <span class="keywordflow">return</span>;</div>
<div class="line"><span class="lineno"> 244</span> }</div>
<div class="line"><span class="lineno"> 245</span> </div>
<div class="line"><span class="lineno"> 246</span> enumerator = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_static_files_1_1_configuration.html#a29a360d050eedfecf24a5d7a75331f1d">synchronousIOManager</a>.<a class="code hl_function" href="interface_tgstation_1_1_server_1_1_host_1_1_i_o_1_1_i_synchronous_i_o_manager.html#a76ee03fa9595a6f3b9241d5f29e7906e">GetFiles</a>(path, cancellationToken);</div>
<div class="line"><span class="lineno"> 247</span> result.AddRange(enumerator.Select(x =&gt; <span class="keyword">new</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_response_1_1_configuration_file_response.html">ConfigurationFileResponse</a></div>
<div class="line"><span class="lineno"> 248</span> {</div>
<div class="line"><span class="lineno"> 249</span> IsDirectory = false,</div>
<div class="line"><span class="lineno"> 250</span> Path = ioManager.ConcatPath(configurationRelativePath, x),</div>
<div class="line"><span class="lineno"> 251</span> }).OrderBy(file =&gt; file.Path));</div>
<div class="line"><span class="lineno"> 238</span> </div>
<div class="line"><span class="lineno"> 239</span> enumerator = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_static_files_1_1_configuration.html#a29a360d050eedfecf24a5d7a75331f1d">synchronousIOManager</a>.<a class="code hl_function" href="interface_tgstation_1_1_server_1_1_host_1_1_i_o_1_1_i_synchronous_i_o_manager.html#a76ee03fa9595a6f3b9241d5f29e7906e">GetFiles</a>(path, cancellationToken);</div>
<div class="line"><span class="lineno"> 240</span> result.AddRange(enumerator.Select(x =&gt; <span class="keyword">new</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_response_1_1_configuration_file_response.html">ConfigurationFileResponse</a></div>
<div class="line"><span class="lineno"> 241</span> {</div>
<div class="line"><span class="lineno"> 242</span> IsDirectory = false,</div>
<div class="line"><span class="lineno"> 243</span> Path = ioManager.ConcatPath(configurationRelativePath, x),</div>
<div class="line"><span class="lineno"> 244</span> }).OrderBy(file =&gt; file.Path));</div>
<div class="line"><span class="lineno"> 245</span> }</div>
<div class="line"><span class="lineno"> 246</span> <span class="keywordflow">catch</span> (IOException ex)</div>
<div class="line"><span class="lineno"> 247</span> {</div>
<div class="line"><span class="lineno"> 248</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_static_files_1_1_configuration.html#ab3c240ff7f92402a96f36d29f6ede284">logger</a>.LogDebug(ex, <span class="stringliteral">&quot;IOException while enumerating direcotry!&quot;</span>);</div>
<div class="line"><span class="lineno"> 249</span> result = <span class="keyword">null</span>;</div>
<div class="line"><span class="lineno"> 250</span> <span class="keywordflow">return</span>;</div>
<div class="line"><span class="lineno"> 251</span> }</div>
<div class="line"><span class="lineno"> 252</span> }</div>
<div class="line"><span class="lineno"> 253</span> </div>
<div class="line"><span class="lineno"> 254</span> <span class="keyword">using</span> (await <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_semaphore_slim_context.html">SemaphoreSlimContext</a>.<a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_semaphore_slim_context.html#ae727eb615a06f31514aaed6f21d6d103">Lock</a>(<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_static_files_1_1_configuration.html#af64bb7e6efa9991a5a3a14993a3277e8">semaphore</a>, cancellationToken))</div>